aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/Drawer.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/Drawer.qml
parent8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (diff)
Templatize the former extras
Change-Id: Ief9ee07d1f5f6c80500bfa611bace860481e2a3f Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/Drawer.qml')
-rw-r--r--src/imports/controls/Drawer.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/controls/Drawer.qml b/src/imports/controls/Drawer.qml
index 57db687d..671a6365 100644
--- a/src/imports/controls/Drawer.qml
+++ b/src/imports/controls/Drawer.qml
@@ -36,8 +36,9 @@
import QtQuick 2.6
import QtQuick.Controls 2.0
+import QtQuick.Templates 2.0 as T
-AbstractDrawer {
+T.Drawer {
id: control
width: parent ? parent.width : 0 // TODO: Window.width