]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHSpace.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiHSpace.h
index 0913475cf61a7f99a9bb2ce1c513c0bf4a9224f6..5b09d7a5d08e92b2da43ae67846ff7bf387e63d1 100644 (file)
@@ -29,7 +29,7 @@ private Q_SLOTS:
        ///
        void changedSlot();
        ///
-       void enableWidgets();
+       void enableWidgets() const;
 
 private:
        /// \name InsetParamsWidget inherited methods
@@ -38,7 +38,7 @@ private:
        FuncCode creationCode() const { return LFUN_INSET_INSERT; }
        void paramsToDialog(Inset const *);
        docstring dialogToParams() const;
-       bool checkWidgets(bool readonly = false) const;
+       bool checkWidgets(bool readonly) const;
        //@}
        ///
        bool const math_mode_;