mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Downgrade version of certain qml impots to as low as they need to be
This commit is contained in:
parent
e0e77327b5
commit
45f5a222f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue