X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiProgressView.h;h=2c1d5fbe93bc1bc9afcfb03d726f79b3daf76b00;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=6eb53cfa75d6259fc2be8b3f17527d76711c8508;hpb=8f449c7fd33c1b25f95aaba0d8c42adbe6c53592;p=lyx.git diff --git a/src/frontends/qt4/GuiProgressView.h b/src/frontends/qt4/GuiProgressView.h index 6eb53cfa75..2c1d5fbe93 100644 --- a/src/frontends/qt4/GuiProgressView.h +++ b/src/frontends/qt4/GuiProgressView.h @@ -30,8 +30,6 @@ class QShowEvent; namespace lyx { namespace frontend { -struct LevelButton; - class ProgressViewWidget : public QWidget, public Ui::ProgressViewUi { @@ -72,19 +70,15 @@ private Q_SLOTS: void appendText(QString const & text); void appendLyXErrText(QString const & text); void clearText(); - - void levelChanged(); - void tristateChanged(int state); + void debugMessageActivated(QTreeWidgetItem *, int); + void debugSelectionChanged(); private: ProgressViewWidget * widget_; + void levelChanged(); void showEvent(QShowEvent*); void hideEvent(QHideEvent*); - - QList level_buttons; - QList checked_buttons; - LevelButton* toggle_button; };