]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.h
Properly track the lifetime of signals2::slots (#8261)
[lyx.git] / src / frontends / qt4 / GuiHSpace.h
index 6bc45ccc6f86225651c3e6370f9182f160426e2e..9be11ab6896c92eeceed25c6432add9bc633e36f 100644 (file)
@@ -29,16 +29,17 @@ private Q_SLOTS:
        ///
        void changedSlot();
        ///
-       void enableWidgets();
+       void enableWidgets() const;
 
 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() const;
+       bool checkWidgets(bool readonly) const;
        //@}
        ///
        bool const math_mode_;