camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h
changeset 29 699651f2666f
parent 24 2094593137f5
child 32 5c1e3c6aa4ef
--- a/camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h	Fri May 14 15:40:46 2010 +0300
+++ b/camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h	Thu May 27 12:43:29 2010 +0300
@@ -74,6 +74,7 @@
     // from CxuiPrecaptureView
     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
 
+    void handleSceneChanged(CxeScene &scene);
     void handleQuitClicked();
 
 protected slots:
@@ -82,7 +83,6 @@
     void record();
     void pause();
     void stop();
-    void stopAndPrepareNewVideo();
     void goToStill();
     void showEvent(QShowEvent *event);
     void handleVideoStateChanged(CxeVideoCaptureControl::State newState, CxeError::Id error);
@@ -123,6 +123,7 @@
 
     // from QObject
     bool eventFilter(QObject *object, QEvent *event);
+
 protected:
     QTimer mElapsedTimer;
     int mTimeElapsed;