diff options
Diffstat (limited to '')
| -rw-r--r-- | qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/main.cpp b/qt/main.cpp index 658d448..a012642 100644 --- a/qt/main.cpp +++ b/qt/main.cpp | |||
| @@ -10,7 +10,7 @@ int main(int argc, char *argv[]) | |||
| 10 | QObject::connect(&engine, &QQmlApplicationEngine::objectCreationFailed, | 10 | QObject::connect(&engine, &QQmlApplicationEngine::objectCreationFailed, |
| 11 | &app, []() { QCoreApplication::exit(-1); }, Qt::QueuedConnection); | 11 | &app, []() { QCoreApplication::exit(-1); }, Qt::QueuedConnection); |
| 12 | 12 | ||
| 13 | engine.loadFromModule("nissyqt", "NissyMain"); | 13 | engine.loadFromModule("nissyqt", "Main"); |
| 14 | 14 | ||
| 15 | return app.exec(); | 15 | return app.exec(); |
| 16 | } | 16 | } |
