author | mickeyl <mickeyl> | 2003-04-21 17:51:59 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-04-21 17:51:59 (UTC) |
commit | e3d9c4f3e6a45128128cc22218c4fc30bbb41f3d (patch) (unidiff) | |
tree | 2349f3305021a940c00cdb7a9329dff340dc9ce7 | |
parent | b3ec819dfed40b05b2bea1b1392de774bc1f572d (diff) | |
download | opie-e3d9c4f3e6a45128128cc22218c4fc30bbb41f3d.zip opie-e3d9c4f3e6a45128128cc22218c4fc30bbb41f3d.tar.gz opie-e3d9c4f3e6a45128128cc22218c4fc30bbb41f3d.tar.bz2 |
compile fix for non-debug build
-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 | |||
@@ -61,13 +61,13 @@ class CameraMainWindow: public QMainWindow | |||
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; |