explicit show() needed

SVN revision: 40189
This commit is contained in:
Andreas Volz 2009-04-18 21:30:50 +00:00
parent 985db41d0f
commit c73073a079
1 changed files with 2 additions and 0 deletions

View File

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