From f91e5c4c83a071ab720417d490fd44a8f4678bc1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Apr 2025 16:27:38 +0200 Subject: Improvements to QT UI --- qt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/main.cpp') 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[]) QObject::connect(&engine, &QQmlApplicationEngine::objectCreationFailed, &app, []() { QCoreApplication::exit(-1); }, Qt::QueuedConnection); - engine.loadFromModule("nissyqt", "NissyMain"); + engine.loadFromModule("nissyqt", "Main"); return app.exec(); } -- cgit v1.3