This commit is contained in:
doitux
2007-02-01 18:39:20 +00:00
parent 50a6bb8c12
commit d96e42dbf6
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -46,12 +46,9 @@ int main( int argc, char **argv )
Q_INIT_RESOURCE(deck);
///////////////////////////////////////////////////
GuiInterface *myGuiInterface = new GuiWrapper();
Session theFirst(myGuiInterface);
return a.exec();
}