-rw-r--r-- | noncore/multimedia/camera/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/camera/mainwindow.h b/noncore/multimedia/camera/mainwindow.h index ac83488..1d844da 100644 --- a/noncore/multimedia/camera/mainwindow.h +++ b/noncore/multimedia/camera/mainwindow.h | |||
@@ -51,33 +51,33 @@ class CameraMainWindow: public QMainWindow | |||
51 | void outputMenuItemClicked( QAction* ); | 51 | void outputMenuItemClicked( QAction* ); |
52 | void shutterClicked(); | 52 | void shutterClicked(); |
53 | 53 | ||
54 | void updateCaption(); | 54 | void updateCaption(); |
55 | 55 | ||
56 | protected: | 56 | protected: |
57 | void init(); | 57 | void init(); |
58 | void startVideoCapture(); | 58 | void startVideoCapture(); |
59 | void stopVideoCapture(); | 59 | void stopVideoCapture(); |
60 | void postProcessVideo( const QString&, const QString& ); | 60 | void postProcessVideo( const QString&, const QString& ); |
61 | void performCapture( const QString& ); | 61 | void performCapture( const QString& ); |
62 | 62 | ||
63 | virtual void timerEvent( QTimerEvent* ); | 63 | virtual void timerEvent( QTimerEvent* ); |
64 | 64 | ||
65 | protected slots: | 65 | protected slots: |
66 | #ifndef QT_NO_DEBUG | 66 | #ifndef QT_NO_DEBUG |
67 | void doSomething(); // solely for debugging purposes | 67 | //void doSomething(); // solely for debugging purposes |
68 | #endif | 68 | #endif |
69 | 69 | ||
70 | private: | 70 | private: |
71 | PreviewWidget* preview; | 71 | PreviewWidget* preview; |
72 | int _rotation; | 72 | int _rotation; |
73 | QCopChannel* _sysChannel; | 73 | QCopChannel* _sysChannel; |
74 | 74 | ||
75 | QActionGroup* resog; | 75 | QActionGroup* resog; |
76 | QActionGroup* qualityg; | 76 | QActionGroup* qualityg; |
77 | QActionGroup* zoomg; | 77 | QActionGroup* zoomg; |
78 | QActionGroup* flipg; | 78 | QActionGroup* flipg; |
79 | QActionGroup* outputg; | 79 | QActionGroup* outputg; |
80 | 80 | ||
81 | QString flip; | 81 | QString flip; |
82 | int quality; | 82 | int quality; |
83 | int zoom; | 83 | int zoom; |