diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
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; |