]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiCompareHistory.h
Make string-widget combination more l7n friendly
[lyx.git] / src / frontends / qt / GuiCompareHistory.h
index 72e6982340979e5639e7619614d4778ecc73bd1f..8adbfd0866e02c02ab668ed8c1616e2333cc48d4 100644 (file)
@@ -41,15 +41,15 @@ private Q_SLOTS:
        void selectBetweenrev();
 private:
        ///
-       void updateContents();
+       void updateContents() override;
        ///
-       bool initialiseParams(std::string const &);
+       bool initialiseParams(std::string const &) override;
        ///
-       bool isBufferDependent() const { return true; }
+       bool isBufferDependent() const override { return true; }
        ///
-       void clearParams() {}
+       void clearParams() override {}
        ///
-       void dispatchParams() {}
+       void dispatchParams() override {}
        ///
        void enableControls();