mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Remove dependency on QtQml.Models
CURA-1278
This commit is contained in:
parent
5235f74adf
commit
efe3f5e4ee
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,6 @@ import QtQuick 2.1
|
|||
import QtQuick.Controls 1.1
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtQuick.Controls.Styles 1.1
|
||||
import QtQml.Models 2.2
|
||||
|
||||
import UM 1.1 as UM
|
||||
|
||||
|
@ -207,10 +206,11 @@ UM.PreferencesPage
|
|||
}
|
||||
}
|
||||
|
||||
DelegateModel
|
||||
ListView
|
||||
{
|
||||
id: plugins
|
||||
model: UM.PluginsModel { }
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue