]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiVSpace.h
Fix completion in math when inline completion was not yet shown
[lyx.git] / src / frontends / qt / GuiVSpace.h
index 36b4fecffa2f8192d7e21da3684e457d59084728..83de979d4bf69ba727a753fc90406b64b7b7ff4a 100644 (file)
@@ -35,12 +35,12 @@ private Q_SLOTS:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() const { return VSPACE_CODE; }
-       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
-       QString dialogTitle() const { return qt_("Vertical Space Settings"); }
-       void paramsToDialog(Inset const *);
-       docstring dialogToParams() const;
-       bool checkWidgets(bool readonly) const;
+       InsetCode insetCode() const override { return VSPACE_CODE; }
+       FuncCode creationCode() const override { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const override { return qt_("Vertical Space Settings"); }
+       void paramsToDialog(Inset const *) override;
+       docstring dialogToParams() const override;
+       bool checkWidgets(bool readonly) const override;
        //@}
 };