]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/InsetParamsDialog.h
Make string-widget combination more l7n friendly
[lyx.git] / src / frontends / qt / InsetParamsDialog.h
index 48385e2345712496e23df7b661628a39bb3d6caf..2683a4da83fb8f3794766805bda540cc0d049b1d 100644 (file)
@@ -41,7 +41,7 @@ public:
 
 protected Q_SLOTS:
        void onWidget_changed();
-       void applyView();
+       void applyView() override;
        void resetDialog();
        void on_buttonBox_clicked(QAbstractButton *);
        void on_immediateApplyCB_stateChanged(int state);
@@ -50,11 +50,11 @@ protected Q_SLOTS:
 private:
        /// \name DialogView inherited methods
        //@{
-       void updateView();
-       void dispatchParams() {}
-       bool isBufferDependent() const { return true; }
-       bool canApply() const { return true; }
-       bool initialiseParams(std::string const &);
+       void updateView() override;
+       void dispatchParams() override {}
+       bool isBufferDependent() const override { return true; }
+       bool canApply() const override { return true; }
+       bool initialiseParams(std::string const &) override;
        //@}
        ///
        void newInset();