Initial implementation
[harmattan/cameraplus] / lib / qtcampreviewhelper.h
1 // -*- c++ -*-
2
3 #ifndef QT_CAM_PREVIEW_HELPER_H
4 #define QT_CAM_PREVIEW_HELPER_H
5
6 #include <QObject>
7
8
9 class QtCamPreviewHelper : public QObject {
10   Q_OBJECT
11
12 public:
13   QtCamPreviewHelper(QObject *parent = 0);
14   ~QtCamPreviewHelper();
15
16   void enable();
17   void disable();
18 };
19
20 #endif /* QT_CAM_PREVIEW_HELPER_H */