diff options
Diffstat (limited to 'client/debug.h')
-rw-r--r-- | client/debug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/debug.h b/client/debug.h index f10efd8..e583afc 100644 --- a/client/debug.h +++ b/client/debug.h @@ -52,10 +52,19 @@ protected: private slots: void clear(); + void debug_toggled(bool); + void error_toggled(bool); + void warning_toggled(bool); + void log_toggled(bool); private: QListWidget *lst; QTimer timer; + + bool show_debug; + bool show_error; + bool show_warning; + bool show_log; }; void dbg_init(); |