camerauis/cameraxui/cxui/inc/cxuistillprecaptureview.h
changeset 45 24fd82631616
parent 43 0e652f8f1fbd
equal deleted inserted replaced
43:0e652f8f1fbd 45:24fd82631616
    73 public slots:
    73 public slots:
    74 
    74 
    75     // from CxuiPrecaptureView
    75     // from CxuiPrecaptureView
    76     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    76     virtual void handleSettingValueChanged(const QString& key, QVariant newValue);
    77 
    77 
    78     // whenever a scene setting is changed on the engine side, an icon might need updating on the toolbar
    78     void handleSceneChanged(const QVariant &newSceneData);
    79     // connects to the sceneChanged signal of CxeSettings
       
    80     void handleSceneChanged(CxeScene &scene);
       
    81 
    79 
    82     // From CxuiPrecaptureView
    80     // From CxuiPrecaptureView
    83     virtual void enterStandby();
    81     virtual void enterStandby();
    84 
    82 
    85 protected slots:
    83 protected slots: