]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00..a3a2a721e8962b63a6bb6a9a7fc7684f705cf453 100644 (file)
@@ -75,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*);