diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
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; |