Lower QtQuick requirement further to 2.2

2.2 is required for the modifications we make to the Button objects.
This commit is contained in:
Ghostkeeper 2017-03-24 10:47:47 +01:00
parent ba21a52827
commit e76c3f72e7
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -1,7 +1,7 @@
// Copyright (c) 2015 Ultimaker B.V. // Copyright (c) 2017 Ultimaker B.V.
// Cura is released under the terms of the AGPLv3 or higher. // Cura is released under the terms of the AGPLv3 or higher.
import QtQuick 2.6 import QtQuick 2.2
import QtQuick.Controls 1.1 import QtQuick.Controls 1.1
import QtQuick.Controls.Styles 1.1 import QtQuick.Controls.Styles 1.1
import QtQuick.Layouts 1.1 import QtQuick.Layouts 1.1