]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgressView.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiProgressView.h
index 944eb0624993ebc6a90aa9ad5e374437283d2f4f..2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00 100644 (file)
@@ -20,8 +20,9 @@
 #include "GuiProgress.h"
 
 #include <string>
+#include <QList>
+
 
-class QAbstractButton;
 class QHideEvent;
 class QShowEvent;
 
@@ -67,13 +68,15 @@ 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_;
 
+       void levelChanged();
        void showEvent(QShowEvent*);
        void hideEvent(QHideEvent*);
 };