aboutsummaryrefslogtreecommitdiff
path: root/qt/main.cpp
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-17 16:27:38 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-17 16:27:38 +0200
commitf91e5c4c83a071ab720417d490fd44a8f4678bc1 (patch)
tree9d38fad279c015bea0bf256184b6936171310aa7 /qt/main.cpp
parentc182f3f16e56e9533060ffa06b25391e239a28ee (diff)
downloadnissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.tar.gz
nissy-core-f91e5c4c83a071ab720417d490fd44a8f4678bc1.zip
Improvements to QT UI
Diffstat (limited to 'qt/main.cpp')
-rw-r--r--qt/main.cpp2
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}

Generated with cgit - Back to sebastiano.tronto.net