aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.luxoft.vehicle/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.luxoft.vehicle/Main.qml')
-rw-r--r--apps/com.luxoft.vehicle/Main.qml20
1 files changed, 1 insertions, 19 deletions
diff --git a/apps/com.luxoft.vehicle/Main.qml b/apps/com.luxoft.vehicle/Main.qml
index 48a5f1f6..edbfb6d5 100644
--- a/apps/com.luxoft.vehicle/Main.qml
+++ b/apps/com.luxoft.vehicle/Main.qml
@@ -54,6 +54,7 @@ QtObject {
visible: mainWindow.neptuneState === "Maximized"
store: VehicleStore {
vehicle3DstudioColor: Style.accentColor
+ onRequestRaiseAppReceived: { mainWindow.riseWindow(); }
}
}
@@ -62,24 +63,5 @@ QtObject {
vehicleView.store.vehicle3DstudioColor = Style.accentColor
}
}
-
- InstrumentCluster {
- id: clusterSettings
- }
- }
-
- readonly property Loader applicationICWindowLoader: Loader {
- asynchronous: true
- active: clusterSettings.available
- || Qt.platform.os !== "linux" // FIXME and then remove; remote settings doesn't really work outside of Linux
- sourceComponent: Component {
- ApplicationICWindow {
- id: applicationICWindowComponent
- VehicleICView {
- anchors.fill: parent
- store: vehicleView.store
- }
- }
- }
}
}