summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/multimedia/camera/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/multimedia/camera/mainwindow.h b/noncore/multimedia/camera/mainwindow.h
index cc12840..df66204 100644
--- a/noncore/multimedia/camera/mainwindow.h
+++ b/noncore/multimedia/camera/mainwindow.h
@@ -37,12 +37,14 @@ class CameraMainWindow: public QMainWindow
37 virtual ~CameraMainWindow(); 37 virtual ~CameraMainWindow();
38 38
39 public slots: 39 public slots:
40 void changeZoom( int ); 40 void changeZoom( int );
41 void systemMessage( const QCString&, const QByteArray& ); 41 void systemMessage( const QCString&, const QByteArray& );
42 42
43 void showContextMenu();
44
43 protected: 45 protected:
44 46
45 private: 47 private:
46 PreviewWidget* preview; 48 PreviewWidget* preview;
47 int _rotation; 49 int _rotation;
48 QCopChannel* _sysChannel; 50 QCopChannel* _sysChannel;