Downgrade version of certain qml impots to as low as they need to be

This commit is contained in:
Jaime van Kessel 2021-04-14 10:58:05 +02:00
parent e0e77327b5
commit 45f5a222f0
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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