diff options
author | deva <deva> | 2005-07-27 12:40:47 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-27 12:40:47 +0000 |
commit | 6046ed450a83f509c4e5f2923ae4f8fcda9fd669 (patch) | |
tree | cee3b8aaed9e63d5458325cba118569d3f4c42f8 /src/mainwindow.h | |
parent | aa76292f4ceb8bfa94066bd035dda81c95bc9052 (diff) |
*** empty log message ***
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 9c7ba39..0443d13 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.21 2005/07/27 12:40:47 deva + * *** empty log message *** + * * Revision 1.20 2005/07/25 14:27:14 deva * *** empty log message *** * @@ -96,6 +99,7 @@ using namespace std; #include "videowidget.h" #include "camera.h" #include "cprquerydialog.h" +#include "historywidget.h" #include "info_gui.h" @@ -198,7 +202,7 @@ private: float rec_edge_counter; QTimer *timer; QLabel *img_recedge; - QLabel *img_history[NUM_HISTORY]; + HistoryWidget *img_history[NUM_HISTORY]; QPushButton *btn_logo; QPushButton *btn_clear; |