aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/SwipeView.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 15:23:39 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 14:02:27 +0000
commit8b349ca9d2d4b08fe8f0453c75586fe1fcd482f7 (patch)
tree5ed250352b9e1c5edce2ba8639cd310c229127a5 /src/imports/controls/SwipeView.qml
parent8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (diff)
Templatize the former extras
Change-Id: Ief9ee07d1f5f6c80500bfa611bace860481e2a3f Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/SwipeView.qml')
-rw-r--r--src/imports/controls/SwipeView.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/controls/SwipeView.qml b/src/imports/controls/SwipeView.qml
index 63274f20..fb401137 100644
--- a/src/imports/controls/SwipeView.qml
+++ b/src/imports/controls/SwipeView.qml
@@ -36,8 +36,9 @@
import QtQuick 2.6
import QtQuick.Controls 2.0
+import QtQuick.Templates 2.0 as T
-AbstractSwipeView {
+T.SwipeView {
id: control
implicitWidth: Math.max(background ? background.implicitWidth : 0,