summaryrefslogtreecommitdiffstats
path: root/qt-mobile/Label.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/Label.qml')
-rw-r--r--qt-mobile/Label.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/qt-mobile/Label.qml b/qt-mobile/Label.qml
deleted file mode 100644
index 617e05245..000000000
--- a/qt-mobile/Label.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 2.5
-//import QtQuick.Controls 1.2 as QuickControls
-import QtQuick.Window 2.2
-import QtQuick.Dialogs 1.2
-import QtQuick.Layouts 1.1
-
-Text {
-
- font.pointSize: 18
- color: theme.textColor
-}