aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.luxoft.vehicle/stores/VehicleStore.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.luxoft.vehicle/stores/VehicleStore.qml')
-rw-r--r--apps/com.luxoft.vehicle/stores/VehicleStore.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/com.luxoft.vehicle/stores/VehicleStore.qml b/apps/com.luxoft.vehicle/stores/VehicleStore.qml
index 82a0aae1..d549b2b4 100644
--- a/apps/com.luxoft.vehicle/stores/VehicleStore.qml
+++ b/apps/com.luxoft.vehicle/stores/VehicleStore.qml
@@ -88,8 +88,6 @@ QtObject {
notification.summary = settings3D.value("runtime3D", "qt3d") === "qt3d"
? qsTr("Qt3D Runtime is requested")
: qsTr("Qt 3D Studio Runtime is requested");
- // line below should be removed when AUTOSUITE-1366 will be fixed
- notification.icon = Qt.resolvedUrl("../icon.png");
notification.sticky = true;
notification.show();
}