Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 2310677

Browse files
committed
fixed template [skip ci]
1 parent 8e26578 commit 2310677

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ProjectTemplate/app.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ class %{AppCn} : public QtMvvm::CoreApp
1313
protected:
1414
void performRegistrations() override;
1515
int startApp(const QStringList &arguments) override;
16-
17-
protected slots:
18-
void aboutToQuit() override;
1916
};
2017

2118
#undef coreApp

ProjectTemplate/quick_main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <QtGui/QGuiApplication>
22
#include <QtQml/QQmlApplicationEngine>
33
#include <%{AppHdrName}>
4+
#include <%{VmHdrName}>
45

56
QTMVVM_REGISTER_CORE_APP(%{AppCn})
67

0 commit comments

Comments
 (0)