Skip to content

Commit

Permalink
Fix typo in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Jan 19, 2025
1 parent 521c830 commit 36854da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tray/gui/quick/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ bool App::loadMain()
// allow overriding Qml entry point for hot-reloading; otherwise load proper Qml module from resources
qDebug() << "Loading Qt Quick GUI";
if (const auto path = qEnvironmentVariable(PROJECT_VARNAME_UPPER "_QML_MAIN_PATH"); !path.isEmpty()) {
qDebug() << "Path Qml entry point for Qt Quick GUI was overriden to: " << path;
qDebug() << "Path Qml entry point for Qt Quick GUI was overridden to: " << path;
m_engine.load(path);
} else {
m_engine.loadFromModule("Main", "Main");
Expand Down

0 comments on commit 36854da

Please sign in to comment.