diff options
Diffstat (limited to 'gui/qml/LocationText.qml')
-rw-r--r-- | gui/qml/LocationText.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gui/qml/LocationText.qml b/gui/qml/LocationText.qml deleted file mode 100644 index 883a8a4..0000000 --- a/gui/qml/LocationText.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick 2.9 - -Text { - font.pixelSize: 10 - color: "black" - text: qsTr("Location has been manually set.") - anchors.horizontalCenter: parent.horizontalCenter -} |