From 145bc8467b9f4271ca15654bc4bc6f7a8bc816b6 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 19 Aug 2010 08:14:00 +0000 Subject: Added filter. --- client/debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/debug.h') 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 #include #include +#include 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; -- cgit v1.2.3