-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 @@ -63,9 +63,9 @@ class CameraMainWindow: public QMainWindow virtual void timerEvent( QTimerEvent* ); protected slots: #ifndef QT_NO_DEBUG - void doSomething(); // solely for debugging purposes + //void doSomething(); // solely for debugging purposes #endif private: PreviewWidget* preview; |