]> 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 471ca08ae21fe26971342457d7046a6a2ee33b9e..9a743f2322827167d1fcfd3bbe694b4383ac0406 100644 (file)
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
-#include <QList>
 
 
 class QHideEvent;
@@ -76,7 +74,7 @@ private Q_SLOTS:
 private:
        ProgressViewWidget * widget_;
        /// did the last message contained eoln? (lyxerr X statusbar conflicts)
-       bool eolnLast;
+       bool eol_last_;
 
        void levelChanged();
        void showEvent(QShowEvent*);