]> 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 2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00..9a743f2322827167d1fcfd3bbe694b4383ac0406 100644 (file)
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
-#include <QList>
 
 
 class QHideEvent;
@@ -75,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*);