aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/localstorage/localstorage.qrc
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-02-10 12:52:50 +0100
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-02-16 12:32:52 +0100
commit860928d5c85f015bacde952037cae14d8dee24a5 (patch)
tree91558bc964fba149f06d77fbda42b246fedae222 /examples/quick/localstorage/localstorage/localstorage.qrc
parent6d51f997df14f2b22c265c5b2fda679ece9edef3 (diff)
Update localstore example to use QtQuickControls2
Removing MyButton.qml and replacing it with QtQuickControls2. Task-number: QTBUG-90884 Change-Id: Ie1b22e817dedfd71593b074561bdfe2e7dc36008 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'examples/quick/localstorage/localstorage/localstorage.qrc')
-rw-r--r--examples/quick/localstorage/localstorage/localstorage.qrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/localstorage/localstorage/localstorage.qrc b/examples/quick/localstorage/localstorage/localstorage.qrc
index 079438be2b..a761306f3d 100644
--- a/examples/quick/localstorage/localstorage/localstorage.qrc
+++ b/examples/quick/localstorage/localstorage/localstorage.qrc
@@ -3,7 +3,6 @@
<file>Header.qml</file>
<file>Database.js</file>
<file>MyModel.qml</file>
- <file>MyButton.qml</file>
<file>MyDelegate.qml</file>
<file>localstorage.qml</file>
</qresource>