First QML Steps with StartView and CreateLocalGameView

This commit is contained in:
Felix Hammer
2015-08-07 00:49:54 +02:00
parent 85611c6cdf
commit 9b1ad883a2
23 changed files with 808 additions and 180 deletions
-1
View File
@@ -38,7 +38,6 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
qmlWrapper myQml;
myQml.showStartView();
return app.exec();
}