summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authordeva <deva>2005-05-02 20:34:38 +0000
committerdeva <deva>2005-05-02 20:34:38 +0000
commit2e33fab9c99395d30da0859533f2ba27c8406908 (patch)
tree1d877a69c4eb091037f9697c9b6eae973c9ee932 /src/mainwindow.h
parentda81b8d2762d8331f2f5efca39d3ea1720173ad3 (diff)
Some hacked borky ugly scumm code to check for errors! :(
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h8
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;