fixed Qt5 Qmake error

This commit is contained in:
Rafael 2016-03-21 23:18:10 +01:00
parent 53daa7c92d
commit 0f17791e59
2 changed files with 2 additions and 2 deletions

View file

@ -65,5 +65,5 @@ int main(int argc, char *argv[])
return a.exec();
}
return a.exec();
return 0;
}