forked from qt-creator/qt-creator
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:
@@ -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) {
|
||||||
|
@@ -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')}"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user