diff options
Diffstat (limited to 'client/debug.h')
-rw-r--r-- | client/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/debug.h b/client/debug.h index e583afc..e75dad0 100644 --- a/client/debug.h +++ b/client/debug.h @@ -31,6 +31,7 @@ #include <QListWidget> #include <QCloseEvent> #include <QTimer> +#include <QString> typedef enum { _debug, @@ -56,11 +57,14 @@ private slots: void error_toggled(bool); void warning_toggled(bool); void log_toggled(bool); + void filter_changed(QString); private: QListWidget *lst; QTimer timer; + QString filter; + bool show_debug; bool show_error; bool show_warning; |