try to make cppcheck happy

This commit is contained in:
Felix Hammer
2015-01-14 01:22:10 +01:00
parent 6dff34a589
commit 54eabb28c8
5 changed files with 19 additions and 4 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
qmlWrapper *myQml = new qmlWrapper();
qmlWrapper myQml;
myQml.showStartView();
return app.exec();
}