diff -r feebad15db8c -r c826656d6714 camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h --- a/camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h Thu Jul 15 01:53:45 2010 +0300 +++ b/camerauis/cameraxui/cxui/inc/cxuivideoprecaptureview.h Fri Aug 06 10:03:37 2010 +0300 @@ -63,12 +63,11 @@ // from CxuiPrecaptureView virtual void handleSettingValueChanged(const QString& key, QVariant newValue); - void handleSceneChanged(CxeScene &scene); + void handleSceneChanged(const QVariant &scene); void handleQuitClicked(); protected slots: - void handleSnapshot(CxeError::Id error); void record(); void pause(); void stop(); @@ -86,7 +85,7 @@ protected: - void setVideoTime(HbLabel* label, int time); + void setVideoTime(HbLabel* label, int elapsedTime, int remainingTime); bool getElapsedTime(); void getRemainingTime(); bool allowShowControls() const; @@ -99,7 +98,6 @@ bool isPostcaptureOn() const; void updateSceneIcon(const QString& sceneId); void updateQualityIcon(); - void setRecordingItemsVisibility(bool visible); // from QObject bool eventFilter(QObject *object, QEvent *event); @@ -112,8 +110,7 @@ int mTimeElapsed; int mTimeRemaining; - HbLabel *mElapsedTimeText; // not own - HbLabel *mRemainingTimeText; // not own + HbLabel *mVideoTimeText; // not own HbLabel *mRecordingIcon; // not own HbAction *mGoToStillAction; // not own HbToolBar *mToolbarIdle; // not own