Use the 5.8 versions of QtQuick modules in QMLs

CURA-4758
This commit is contained in:
Lipu Fei 2018-01-04 13:26:12 +01:00
parent 4cec27b181
commit 84adbc5f41
10 changed files with 19 additions and 19 deletions

View file

@ -1,8 +1,8 @@
// Copyright (c) 2017 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.2
import QtQuick.Controls 2.0
import QtQuick 2.8
import QtQuick.Controls 2.1
import UM 1.1 as UM