]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiTexinfo.h
Make string-widget combination more l7n friendly
[lyx.git] / src / frontends / qt / GuiTexinfo.h
index bada1fa2dc986a438f11586384395aa7678a3e4d..167f19dce989e1fb2ffe4c195ca3b2822d6f3eef 100644 (file)
@@ -40,7 +40,7 @@ public:
 
 public Q_SLOTS:
        ///
-       void updateView();
+       void updateView() override;
 
 private Q_SLOTS:
        ///
@@ -54,15 +54,15 @@ private Q_SLOTS:
 
 private:
        /// Nothing to initialise in this case.
-       bool initialiseParams(std::string const &) { return true; }
+       bool initialiseParams(std::string const &) override { return true; }
        ///
-       void clearParams() {}
+       void clearParams() override {}
        ///
-       void dispatchParams() {}
+       void dispatchParams() override {}
        ///
-       bool isBufferDependent() const { return false; }
+       bool isBufferDependent() const override { return false; }
        ///
-       void apply() {}
+       void apply() override {}
 
        ///
        void updateStyles(TexFileType);