summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-12 17:26:26 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-12 17:26:26 -0800
commitafb57bf7412de3168f65027345588d4ce20aa40c (patch)
treef83b3f90beb9b4db7bed0fa55c60522ab4b944fb /qt-mobile/qml
parent1f5cf4b42d2682fe965ea837dd281ffd776f1058 (diff)
downloadsubsurface-afb57bf7412de3168f65027345588d4ce20aa40c.tar.gz
Add missing import
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/ThemeTest.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/ThemeTest.qml b/qt-mobile/qml/ThemeTest.qml
index 392284c13..478116681 100644
--- a/qt-mobile/qml/ThemeTest.qml
+++ b/qt-mobile/qml/ThemeTest.qml
@@ -1,4 +1,5 @@
import QtQuick 2.5
+import QtQuick.Controls 1.4
import QtQuick.Layouts 1.1
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents