QmlDesigner: Update effect composer's help link

Fixes: QDS-12601
Change-Id: Ib1f6008cf4ac3e50dc5c0b12233e65622eb142eb
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Mahmoud Badri
2024-04-29 12:21:44 +03:00
parent d683e6d3c0
commit 1b48ab6a1c

View File

@@ -89,8 +89,8 @@ Rectangle {
2. Adjust the effect nodes properties 2. Adjust the effect nodes properties
3. Change the order of the effects, if you like 3. Change the order of the effects, if you like
4. See the preview 4. See the preview
5. Save in the library, if you wish to reuse the effect later") // TODO: revise with doc engineer 5. Save in the assets library, if you wish to reuse the effect later")
onClicked: Qt.openUrlExternally("https://doc.qt.io/qtdesignstudio/qt-using-effect-maker-effects.html") onClicked: Qt.openUrlExternally("https://doc.qt.io/qtdesignstudio/qtquick-effect-composer-view.html")
} }
} }