summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/components
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-29 19:58:29 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-29 19:58:29 -0800
commit9d6225831650dd9c6331763d29b392bc2741ae4e (patch)
treede25275781c4b15bf11feb1323bda6d353aa3909 /qt-mobile/qml/components
parentbb1803986afed7d1f626f941417acae6b3e51830 (diff)
parentf8fb9181b2e95f76bb1170d2cd7c7bf920a9c414 (diff)
downloadsubsurface-9d6225831650dd9c6331763d29b392bc2741ae4e.tar.gz
Merge branch 'mobilecomponents' of github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/components')
-rw-r--r--qt-mobile/qml/components/Label.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/qt-mobile/qml/components/Label.qml b/qt-mobile/qml/components/Label.qml
deleted file mode 100644
index 65af7e0db..000000000
--- a/qt-mobile/qml/components/Label.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.5
-import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
-
-Text {
- color: MobileComponents.Theme.textColor
-}