diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 716ca39..2390c21 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -27,6 +27,10 @@ */ /* * $Log$ + * Revision 1.10 2005/05/02 20:34:38 deva + * + * Some hacked borky ugly scumm code to check for errors! :( + * * Revision 1.9 2005/05/02 19:56:17 deva * * cpr_clicked is now blocked, if a recording session on. A messagebox explains @@ -101,6 +105,7 @@ public slots: void shoot_clicked(); void freeze_clicked(); void redraw_edge(); + void check_errors(); private: Error *error; @@ -124,6 +129,9 @@ private: QLabel *lbl_cpr; QLabel *lbl_name; + // Used for the check_for_error_once_per_2_seconds (very ugly) + QTimer *errtimer; + float rec_edge_counter; QTimer *timer; QLabel *img_recedge; |