diff options
-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"> |