explicit show() needed

SVN revision: 40194
This commit is contained in:
Andreas Volz 2009-04-18 21:42:15 +00:00
parent 828fb61b13
commit 6cb886af50
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ int main( int argc, const char **argv )
( new EcoreTimer( 0.05 ) )->timeout.connect( sigc::ptr_fun( advance ) );
mw->show();
/* Enter the application main loop */
app->exec();