QTfrontend/main.cpp
changeset 8722 2dead6b84bca
parent 8715 70a586fc76fd
child 8799 44e520374cfc
equal deleted inserted replaced
8721:4cc2b2cd4184 8722:2dead6b84bca
   336 
   336 
   337     app.form = new HWForm(NULL, style);
   337     app.form = new HWForm(NULL, style);
   338     app.form->show();
   338     app.form->show();
   339     if(splash)
   339     if(splash)
   340         splash->close();
   340         splash->close();
       
   341     if (app.urlString)
       
   342         app.fakeEvent();
   341     return app.exec();
   343     return app.exec();
   342 }
   344 }