Wizard: Remove warning

Fix misspelling

Fixes: QTCREATORBUG-27220
Change-Id: I279ec8982a23aecae099e0062c77e7f1128beb71
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Artem Sokolovskii
2022-03-23 10:36:02 +01:00
parent 5f16074cb3
commit 9f63aeb781
4 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
QQmlApplicationEngine engine; QQmlApplicationEngine engine;
// The first subfolder is the libraryName followed by the regular // The first subfolder is the libraryName followed by the regular
// folder structure: LibararyName/Subfolder // folder structure: LibraryName/Subfolder
const QUrl url(u"qrc:/ExampleProjectApp/example/example.qml"_qs); const QUrl url(u"qrc:/ExampleProjectApp/example/example.qml"_qs);
QObject::connect(&engine, &QQmlApplicationEngine::objectCreated, QObject::connect(&engine, &QQmlApplicationEngine::objectCreated,
&app, [url](QObject *obj, const QUrl &objUrl) { &app, [url](QObject *obj, const QUrl &objUrl) {

View File

@@ -227,7 +227,7 @@
"target": "%{ObjectHdr}" "target": "%{ObjectHdr}"
}, },
{ {
"source": "object.qml", "source": "object.qml.tpl",
"target": "%{ObjectQml}" "target": "%{ObjectQml}"
}, },
{ {
@@ -236,7 +236,7 @@
"condition": "%{JS: value('CreateExampleProject')}" "condition": "%{JS: value('CreateExampleProject')}"
}, },
{ {
"source": "example/example.qml", "source": "example/example.qml.tpl",
"target": "example/example.qml", "target": "example/example.qml",
"condition": "%{JS: value('CreateExampleProject')}" "condition": "%{JS: value('CreateExampleProject')}"
}, },