From 45f5a222f0e0cc90158a0d6309c9ea95f3ea9118 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 14 Apr 2021 10:58:05 +0200 Subject: [PATCH] Downgrade version of certain qml impots to as low as they need to be --- resources/qml/Menus/SettingVisibilityPresetsMenu.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Menus/SettingVisibilityPresetsMenu.qml b/resources/qml/Menus/SettingVisibilityPresetsMenu.qml index fdd78ab42d..e2bb6b2a56 100644 --- a/resources/qml/Menus/SettingVisibilityPresetsMenu.qml +++ b/resources/qml/Menus/SettingVisibilityPresetsMenu.qml @@ -2,8 +2,8 @@ // Cura is released under the terms of the LGPLv3 or higher. import QtQuick 2.10 -import QtQuick.Controls 2.15 -import QtQml.Models 2.15 as Models +import QtQuick.Controls 2.11 +import QtQml.Models 2.14 as Models import UM 1.2 as UM import Cura 1.0 as Cura