aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/snippets/qtquickcontrols-selectionrectangle.qml
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicated import in qtquickcontrols-selectionrectangle.qmlVladimir Belyavsky2023-12-091-2/+0
| | | | | | | | | | | Remove extra QtQuick import and fix QML run-time check warning M400 in Qt Creator. Change-Id: I0268d796af8dcceda336439ae9e533e53161980d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit dd18c4614ac5006d7df76024f361a96abc8027d0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 56815b1e082522e2a1cc51d5369fb6755e0b3932)
* Doc: remove "2" from Qt Quick Controls filesMitch Curtis2022-12-011-0/+48
Work on this was already started for the documentation in 1abdfe5d5a052f2298b7bf657513dfa7e0c66a56. The CMake target (docs_QuickControls2) probably can't be renamed until we rename the library, which won't happen until Qt 7. Task-number: QTBUG-95413 Change-Id: Ied20805a91286436606577c3de39671a447f27dd Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>