From 856ab0ece3e73e2b520d55aeab9adfbccdb6aa93 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 16 May 2005 16:00:56 +0000 Subject: Lots of stuff! --- src/mainwindow.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 5f0fe93..4f0d2d2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,6 +31,10 @@ /* * $Log$ + * Revision 1.13 2005/05/16 16:00:57 deva + * + * Lots of stuff! + * * Revision 1.12 2005/05/03 09:22:12 deva * Implemented the gui part of the info object. * @@ -115,6 +119,7 @@ public slots: void shoot_clicked(); void freeze_clicked(); void redraw_edge(); + void taskbar_update(); private: Info *info; @@ -137,6 +142,8 @@ private: QLabel *lbl_cpr; QLabel *lbl_name; + QTimer *taskbartimer; + // Used for the check_for_error_once_per_2_seconds (very ugly) QTimer *errtimer; -- cgit v1.2.3