diff -r d9aefe59d544 -r fa6d9f75d6a6 camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h --- a/camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h Fri Apr 16 14:51:30 2010 +0300 +++ b/camerauis/cameraxui/cxui/inc/cxuipostcaptureview.h Mon May 03 12:22:55 2010 +0300 @@ -43,6 +43,8 @@ virtual ~CxuiPostcaptureView(); void construct(HbMainWindow *mainwindow, CxeEngine *engine, CxuiDocumentLoader *documentLoader); + void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0); + signals: void changeToPrecaptureView(); @@ -52,7 +54,6 @@ protected: bool eventFilter(QObject *object, QEvent *event); - bool event(QEvent *event); void mousePressEvent(QGraphicsSceneMouseEvent *event); void showEvent(QShowEvent *event); void hideEvent(QHideEvent *event); @@ -79,6 +80,8 @@ void showDeleteNote(); void launchVideosApp(); + void handleDeleteDialogClosed(HbAction *action); + private: void launchNotSupportedNotification(); QString getCurrentFilename();