diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-17 16:27:38 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-17 16:27:38 +0200 |
| commit | f91e5c4c83a071ab720417d490fd44a8f4678bc1 (patch) | |
| tree | 9d38fad279c015bea0bf256184b6936171310aa7 /qt/main.cpp | |
| parent | c182f3f16e56e9533060ffa06b25391e239a28ee (diff) | |
| download | nissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.tar.gz nissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.zip | |
Improvements to QT UI
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 | } |
