]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiHSpace.h
Fix readability
[lyx.git] / src / frontends / qt / GuiHSpace.h
index 9be11ab6896c92eeceed25c6432add9bc633e36f..7fc00dd0b0f4073d3c8b3fae4fe488630f9ceb32 100644 (file)
@@ -34,12 +34,12 @@ private Q_SLOTS:
 private:
        /// \name InsetParamsWidget inherited methods
        //@{
-       InsetCode insetCode() const { return math_mode_ ? MATH_SPACE_CODE : SPACE_CODE; }
-       FuncCode creationCode() const { return LFUN_INSET_INSERT; }
-       QString dialogTitle() const { return qt_("Horizontal Space Settings"); }
-       void paramsToDialog(Inset const *);
-       docstring dialogToParams() const;
-       bool checkWidgets(bool readonly) const;
+       InsetCode insetCode() const override { return math_mode_ ? MATH_SPACE_CODE : SPACE_CODE; }
+       FuncCode creationCode() const override { return LFUN_INSET_INSERT; }
+       QString dialogTitle() const override { return qt_("Horizontal Space Settings"); }
+       void paramsToDialog(Inset const *) override;
+       docstring dialogToParams() const override;
+       bool checkWidgets(bool readonly) const override;
        //@}
        ///
        bool const math_mode_;