From 6c2aec18ed7f043c17b09c939b9bc521def37aa5 Mon Sep 17 00:00:00 2001 From: Tuomo Pelkonen Date: Thu, 14 Jan 2021 10:49:40 +0200 Subject: Fix most of the QML example applications MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most of the QML examples work now as supposed to. Qmlbars still needs fixing and is not included in this patch. Task-number: QTBUG-89298 Change-Id: Ic8bc6511cdb00dd3db0a181b7a31b3bbc39f0556 Reviewed-by: Tomi Korpipää --- examples/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/datavisualization/qmlscatter/doc') diff --git a/examples/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc b/examples/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc index 9d13f0bb..667aea49 100644 --- a/examples/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc +++ b/examples/datavisualization/qmlscatter/doc/src/qmlscatter.qdoc @@ -59,7 +59,6 @@ qml/qmlscatter/Data.qml qml/qmlscatter/main.qml - qml/qmlscatter/NewButton.qml \endcode @@ -79,7 +78,7 @@ \snippet qmlscatter/qml/qmlscatter/main.qml 0 The last \c import just imports all the qml files in the same directory as our \c {main.qml}, - because that's where \c NewButton.qml and \c Data.qml are. + because that's where \c Data.qml is. Then we create our main \c Rectangle and call it \c mainView: -- cgit v1.2.3