]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 944eb0624993ebc6a90aa9ad5e374437283d2f4f..9a743f2322827167d1fcfd3bbe694b4383ac0406 100644 (file)
 
 #include "DockView.h"
 
-#include "GuiProgress.h"
 
 #include <string>
 
-class QAbstractButton;
+
 class QHideEvent;
 class QShowEvent;
 
@@ -67,13 +66,17 @@ public:
 
 private Q_SLOTS:
        void appendText(QString const & text);
+       void appendLyXErrText(QString const & text);
        void clearText();
-
-       void levelChanged(QAbstractButton*);
+       void debugMessageActivated(QTreeWidgetItem *, int);
+       void debugSelectionChanged();
 
 private:
        ProgressViewWidget * widget_;
+       /// did the last message contained eoln? (lyxerr X statusbar conflicts)
+       bool eol_last_;
 
+       void levelChanged();
        void showEvent(QShowEvent*);
        void hideEvent(QHideEvent*);
 };