From 1db5fd50a64224a67fe2e2ccc9ef0d3479bb5aed Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 18 Aug 2010 11:00:35 +0000 Subject: Add 'clear' toolbutton. --- client/debug.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'client/debug.h') diff --git a/client/debug.h b/client/debug.h index ebafce5..f10efd8 100644 --- a/client/debug.h +++ b/client/debug.h @@ -27,7 +27,7 @@ */ #ifndef __PRACRO_DEBUG_H__ -#include +#include #include #include #include @@ -39,7 +39,7 @@ typedef enum { _log } debug_class; -class DebugWindow : public QDialog { +class DebugWindow : public QMainWindow { Q_OBJECT public: DebugWindow(); @@ -50,6 +50,9 @@ public: protected: void closeEvent(QCloseEvent *event); +private slots: + void clear(); + private: QListWidget *lst; QTimer timer; -- cgit v1.2.3