Skycoder42
7 years ago
No known key found for this signature in database
GPG Key ID: 8E01AD9EF0578D2B
2 changed files with
1 additions and
3 deletions
-
ProjectTemplate/app.h
-
ProjectTemplate/quick_main.cpp
|
|
@ -13,9 +13,6 @@ public: |
|
|
|
protected: |
|
|
|
void performRegistrations() override; |
|
|
|
int startApp(const QStringList &arguments) override; |
|
|
|
|
|
|
|
protected slots: |
|
|
|
void aboutToQuit() override; |
|
|
|
}; |
|
|
|
|
|
|
|
#undef coreApp |
|
|
|
|
|
@ -1,6 +1,7 @@ |
|
|
|
#include <QtGui/QGuiApplication> |
|
|
|
#include <QtQml/QQmlApplicationEngine> |
|
|
|
#include <%{AppHdrName}> |
|
|
|
#include <%{VmHdrName}> |
|
|
|
|
|
|
|
QTMVVM_REGISTER_CORE_APP(%{AppCn}) |
|
|
|
|
|
|
|