diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-29 22:09:46 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-29 22:13:52 +0100 |
commit | ffb2c6014efa0df2548f5c432e741023fcc69a72 (patch) | |
tree | 903a18b9dc300123a5af851a8cda0aa1b1137bfe /qt-mobile/qml | |
parent | 32219f127634b7783b3967d94e35faeff36b51ef (diff) | |
download | subsurface-ffb2c6014efa0df2548f5c432e741023fcc69a72.tar.gz |
Remove obsolote Label item
We've already ported everything to MobileComponents.Label, so this file
can be taken behind the barn, never to be seen again.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/components/Label.qml | 6 | ||||
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
2 files changed, 0 insertions, 7 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 -} diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index 971c2e427..8abdcd9d6 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -11,7 +11,6 @@ <file>ThemeTest.qml</file> <file>StartPage.qml</file> <file>dive.jpg</file> - <file alias="Label.qml">components/Label.qml</file> <file alias="subsurface-mobile-icon.png">../../icons/subsurface-mobile-icon.png</file> </qresource> <qresource prefix="/imports"> |