changeset 49 | 824471cb468a |
parent 44 | 518105d52e45 |
child 50 | 21fe8338c6bf |
--- a/videoplayerapp/inc/videoplayerengine.h Thu Jul 08 13:05:19 2010 +0300 +++ b/videoplayerapp/inc/videoplayerengine.h Fri Jul 23 11:10:06 2010 +0300 @@ -58,9 +58,12 @@ void playMedia( QString filePath ); void playMedia( RFile file ); void setEmbedded(); - + signals: + void applicationReady(); + public slots: void handleCommand( int commandCode ); + void viewReadySlot(); private slots: void handleQuit();