From 2e33fab9c99395d30da0859533f2ba27c8406908 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 May 2005 20:34:38 +0000 Subject: Some hacked borky ugly scumm code to check for errors! :( --- src/mainwindow.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mainwindow.h') 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; -- cgit v1.2.3