aboutsummaryrefslogtreecommitdiffstats
path: root/shared/Globals.qml
diff options
context:
space:
mode:
Diffstat (limited to 'shared/Globals.qml')
-rw-r--r--shared/Globals.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/shared/Globals.qml b/shared/Globals.qml
deleted file mode 100644
index 6531a1e..0000000
--- a/shared/Globals.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-pragma Singleton
-import QtQuick 2.0
-
-QtObject {
- readonly property string stringProp: "stringValue"
- readonly property int intProp: 10
- readonly property real realProp: 4.5
- readonly property color colorProp: "green"
- readonly property bool boolProp: true
-}