X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FInsetParamsDialog.h;h=2683a4da83fb8f3794766805bda540cc0d049b1d;hb=29a8097c3c14aad871c7e396a59542fe47e39ea1;hp=48385e2345712496e23df7b661628a39bb3d6caf;hpb=9a147255df735d35dd03c3279bdbb35e39678ce0;p=lyx.git diff --git a/src/frontends/qt/InsetParamsDialog.h b/src/frontends/qt/InsetParamsDialog.h index 48385e2345..2683a4da83 100644 --- a/src/frontends/qt/InsetParamsDialog.h +++ b/src/frontends/qt/InsetParamsDialog.h @@ -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();