diff options
Diffstat (limited to 'qt-mobile/qml/components/Label.qml')
-rw-r--r-- | qt-mobile/qml/components/Label.qml | 6 |
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 -} |