From a8cec631b497d92696a05da24c3e5f06d0ffb1bf Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 21 Mar 2017 09:39:07 +0100 Subject: [PATCH] Lowered the required qtquick number for open dialog --- resources/qml/OpenFilesIncludingProjectsDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/OpenFilesIncludingProjectsDialog.qml b/resources/qml/OpenFilesIncludingProjectsDialog.qml index 17eabd47e2..377c9a65ee 100644 --- a/resources/qml/OpenFilesIncludingProjectsDialog.qml +++ b/resources/qml/OpenFilesIncludingProjectsDialog.qml @@ -1,7 +1,7 @@ // Copyright (c) 2015 Ultimaker B.V. // Cura is released under the terms of the AGPLv3 or higher. -import QtQuick 2.7 +import QtQuick 2.6 import QtQuick.Controls 1.1 import QtQuick.Controls.Styles 1.1 import QtQuick.Layouts 1.1