]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 4fbfa2b1198f8370d559b0e76718f67551ad62b1..9a743f2322827167d1fcfd3bbe694b4383ac0406 100644 (file)
 #ifndef GUIPROGRESSVIEW_H
 #define GUIPROGRESSVIEW_H
 
-#if QT_VERSION < 0x040400
-#define settingsLayout gridLayout1
-#endif
-
 #include "ui_ProgressViewUi.h"
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
-#include <QList>
 
 
 class QHideEvent;
@@ -79,6 +73,8 @@ private Q_SLOTS:
 
 private:
        ProgressViewWidget * widget_;
+       /// did the last message contained eoln? (lyxerr X statusbar conflicts)
+       bool eol_last_;
 
        void levelChanged();
        void showEvent(QShowEvent*);