]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiParagraph.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiParagraph.h
index 42677f560308c0f7e4820ade4fea02a4a5763938..408765bbe433c0472641b62ecd9ba28ad63e1f4a 100644 (file)
@@ -23,7 +23,6 @@
 #include "ParagraphParameters.h"
 
 #include <QDialog>
-#include <QSettings>
 #include <QShowEvent>
 #include <QGridLayout>
 
@@ -57,7 +56,7 @@ private:
        ///
        void alignmentToRadioButtons(LyXAlignment align = LYX_ALIGN_LAYOUT);
        ///
-       LyXAlignment getAlignmentFromDialog();
+       LyXAlignment getAlignmentFromDialog() const;
        ///
        ParagraphParameters const & params() const;
        ///
@@ -65,6 +64,8 @@ private:
        ///
        bool canIndent() const;
        ///
+       bool hasLabelwidth() const;
+       ///
        LyXAlignment alignPossible() const;
        ///
        LyXAlignment alignDefault() const;
@@ -94,7 +95,7 @@ private:
        ///
        QString alignDefaultLabel_;
        ///
-       mutable ParagraphParameters params_;
+       ParagraphParameters params_;
 };
 
 } // namespace frontend