aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.luxoft.vehicle/RoofPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.luxoft.vehicle/RoofPanel.qml')
-rw-r--r--apps/com.luxoft.vehicle/RoofPanel.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/com.luxoft.vehicle/RoofPanel.qml b/apps/com.luxoft.vehicle/RoofPanel.qml
index e97614f4..b6b61c76 100644
--- a/apps/com.luxoft.vehicle/RoofPanel.qml
+++ b/apps/com.luxoft.vehicle/RoofPanel.qml
@@ -30,6 +30,7 @@
****************************************************************************/
import QtQuick 2.9
+import QtQuick.Controls 2.3
import QtQuick.Layouts 1.3
import animations 1.0
@@ -40,7 +41,7 @@ Item {
property real roofOpenProgress: 0.0
- RoofSlider {
+ Slider {
id: roofSlider
anchors.top: parent.top