summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/camera/mainwindow.h2
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
@@ -55,25 +55,25 @@ class CameraMainWindow: public QMainWindow
protected:
void init();
void startVideoCapture();
void stopVideoCapture();
void postProcessVideo( const QString&, const QString& );
void performCapture( const QString& );
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;
int _rotation;
QCopChannel* _sysChannel;
QActionGroup* resog;
QActionGroup* qualityg;
QActionGroup* zoomg;
QActionGroup* flipg;
QActionGroup* outputg;