From 195e25f7f46cf273bce2bb582f12b17fc2997c89 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 18 Aug 2010 11:17:57 +0000 Subject: Add filter toggle buttons. --- client/debug.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'client/debug.h') 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(); -- cgit v1.2.3