X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiProgressView.h;h=2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=944eb0624993ebc6a90aa9ad5e374437283d2f4f;hpb=12efe108db4fa722c480bee7cb8f65e8303c6901;p=lyx.git diff --git a/src/frontends/qt4/GuiProgressView.h b/src/frontends/qt4/GuiProgressView.h index 944eb06249..2c1d5fbe93 100644 --- a/src/frontends/qt4/GuiProgressView.h +++ b/src/frontends/qt4/GuiProgressView.h @@ -20,8 +20,9 @@ #include "GuiProgress.h" #include +#include + -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*); };