diff options
author | deva <deva> | 2005-03-27 10:18:02 +0000 |
---|---|---|
committer | deva <deva> | 2005-03-27 10:18:02 +0000 |
commit | 29ff2e254871ebc359af344d6ee453047e8ad2ec (patch) | |
tree | e2c24aa35e16fb612f3715d8a272b3cd4520537f /src/mainwindow.h | |
parent | 63ac729b32331438a607ec5b8be046143c7592e6 (diff) |
Reimplemented the error object as a stack.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 51cdcca..9955cb4 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -40,6 +40,8 @@ using namespace std; #include "camera.h" #include "cprquerydialog.h" +#include "error.h" + #define NUM_HISTORY 3 class MainWindow : public QWidget @@ -62,6 +64,8 @@ private: void createGui(); Camera *camera; + Error *cam_error; + AboutWindow *aboutwindow; QPixmap *pix_camera; |