summaryrefslogtreecommitdiff
path: root/Main.qml
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2017-03-07 09:23:50 +0100
committerNedim Hadzic <nedim.hadzic@pelagicore.com>2017-03-07 12:40:07 +0000
commit9c2a83a7e92d613064bf159b9c053c18d6cf2574 (patch)
treeca5c4e294a559a4c5142e292374530834f152324 /Main.qml
parentd04fec9f8309cb21662b02be002180aefc412f5d (diff)
downloadneptune-ui-9c2a83a7e92d613064bf159b9c053c18d6cf2574.tar.gz
Switch additionalConfiguration to systemProperties
The additionalConfiguration property will be removed from ApplicationManager and systemProperties will be used instead. Change-Id: Id34ee6033d58f9b799791db71a95926fca3ec99a Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.qml b/Main.qml
index 8ef993e..020a4cf 100644
--- a/Main.qml
+++ b/Main.qml
@@ -41,7 +41,7 @@ import utils 1.0
Rectangle {
id: root
- property bool showClusterIfPossible: ApplicationManager.additionalConfiguration.showCluster
+ property bool showClusterIfPossible: ApplicationManager.systemProperties.showCluster
property var cluster
color: "black"