diff -r bbb98528c666 -r 3738fe97f027 videocollection/tsrc/stubs/inc/hbdialog.h --- a/videocollection/tsrc/stubs/inc/hbdialog.h Thu Apr 01 23:22:15 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbdialog.h Thu Apr 01 23:32:44 2010 +0300 @@ -29,6 +29,13 @@ { Q_OBJECT +signals: + + /** + * emitted from open -method + */ + void finished(HbAction*); + public: enum DefaultTimeout @@ -57,6 +64,15 @@ */ ~HbDialog(); +public slots: + + /** + * emits finished -signal with mPrimaryAction if execReturnPrimary is true. + */ + void open( QObject* receiver = 0, const char* member = 0 ); + +public: + /** * sets mDismissPolicy */ @@ -116,7 +132,7 @@ * returns mPrimaryAction if execReturnPrimary is true. */ HbAction* exec(); - + /** * stubbed member */