Update QtQuick import versions

CURA-4758
This commit is contained in:
Lipu Fei 2018-01-05 11:54:17 +01:00
parent 65e8762546
commit 223d9b6025
3 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,8 @@
// Copyright (c) 2015 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.0
import QtQuick.Controls 1.2
import QtQuick 2.8
import QtQuick.Controls 2.1
import "Settings"