]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiNomenclature.h
Fix broken Apple speller interface
[features.git] / src / frontends / qt / GuiNomenclature.h
index 30fb2c846fe02f6ffa304757cee8da6006ca81d7..3799d7476738a97fc3eba5562a049d23cc78bfdf 100644 (file)
@@ -31,13 +31,13 @@ public:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() const { return NOMENCL_CODE; }
-       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
-       QString dialogTitle() const { return qt_("Nomenclature Settings"); }
-       void paramsToDialog(Inset const *);
-       docstring dialogToParams() const;
-       bool checkWidgets(bool readonly) const;
-       bool initialiseParams(std::string const &);
+       InsetCode insetCode() const override { return NOMENCL_CODE; }
+       FuncCode creationCode() const override { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const override { return qt_("Nomenclature Settings"); }
+       void paramsToDialog(Inset const *) override;
+       docstring dialogToParams() const override;
+       bool checkWidgets(bool readonly) const override;
+       bool initialiseParams(std::string const &) override;
        //@}
 };