]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 4fbfa2b1198f8370d559b0e76718f67551ad62b1..a3a2a721e8962b63a6bb6a9a7fc7684f705cf453 100644 (file)
 #ifndef GUIPROGRESSVIEW_H
 #define GUIPROGRESSVIEW_H
 
-#if QT_VERSION < 0x040400
-#define settingsLayout gridLayout1
-#endif
-
 #include "ui_ProgressViewUi.h"
 
 #include "DockView.h"
@@ -79,6 +75,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*);