]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiParagraph.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiParagraph.h
index 2091e079f8859457fbc7a26f8e5c5b0d6211b04f..aee410f607dd14d15ab442608a28d3241b504e18 100644 (file)
 #define GUIPARAGRAPH_H
 
 #include "DialogView.h"
-#include "GuiView.h"
-#include "qt_helpers.h"
 #include "ui_ParagraphUi.h"
 
-#include "Layout.h"
 #include "ParagraphParameters.h"
 
-#include <QDialog>
-#include <QSettings>
-#include <QShowEvent>
-#include <QGridLayout>
-
 #include <map>
 
 namespace lyx {
@@ -65,6 +57,8 @@ private:
        ///
        bool canIndent() const;
        ///
+       bool hasLabelwidth() const;
+       ///
        LyXAlignment alignPossible() const;
        ///
        LyXAlignment alignDefault() const;
@@ -94,7 +88,7 @@ private:
        ///
        QString alignDefaultLabel_;
        ///
-       mutable ParagraphParameters params_;
+       ParagraphParameters params_;
 };
 
 } // namespace frontend