aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/swipetoremove
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-12-05 09:19:45 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-12-05 09:19:46 +0100
commit86f09add213e5067602f4bdf0cf659d693f03918 (patch)
tree38eda1246edccab49bd4ecc952f8ea887983c3a1 /examples/quickcontrols2/swipetoremove
parent05597ef3e576a7cc09d193cb46dba490b7886ec1 (diff)
parentd3545dbdfdb30e310c6c962ba92f4fdf57354666 (diff)
Merge remote-tracking branch 'origin/5.12.0' into 5.12
Diffstat (limited to 'examples/quickcontrols2/swipetoremove')
-rw-r--r--examples/quickcontrols2/swipetoremove/swipetoremove.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols2/swipetoremove/swipetoremove.qml b/examples/quickcontrols2/swipetoremove/swipetoremove.qml
index 942669ce..b4b0d588 100644
--- a/examples/quickcontrols2/swipetoremove/swipetoremove.qml
+++ b/examples/quickcontrols2/swipetoremove/swipetoremove.qml
@@ -48,9 +48,9 @@
**
****************************************************************************/
-import QtQuick 2.8
-import QtQuick.Controls 2.2
-import QtQuick.Controls.Material 2.2
+import QtQuick 2.12
+import QtQuick.Controls 2.12
+import QtQuick.Controls.Material 2.12
ApplicationWindow {
id: window