summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-21 14:49:34 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-21 14:49:34 +0200
commiteda4e58427a74f8ea969b3062327b6ea6309d310 (patch)
tree3ebf64810df1d1fe1f040db27a164c63c0bd3962 /src/mainwindow.h
parent47bda1b593220afcd17df66fe38b6683b8500a4b (diff)
Reanable recording indicator.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3d47ffd..f683509 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -43,6 +43,7 @@ using namespace std;
#include "camera.h"
#include "cprquerydialog.h"
#include "historywidget.h"
+#include "recedge.h"
#include "info_gui.h"
@@ -155,7 +156,7 @@ private:
float rec_edge_counter;
QTimer *timer;
- QLabel *img_recedge;
+ RecEdge *img_recedge;
HistoryWidget **img_history;
QPushButton *btn_logo;