mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07: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.Controls 1.1
|
||||||
import QtQuick.Layouts 1.1
|
import QtQuick.Layouts 1.1
|
||||||
import QtQuick.Controls.Styles 1.1
|
import QtQuick.Controls.Styles 1.1
|
||||||
import QtQml.Models 2.2
|
|
||||||
|
|
||||||
import UM 1.1 as UM
|
import UM 1.1 as UM
|
||||||
|
|
||||||
|
|
@ -207,10 +206,11 @@ UM.PreferencesPage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
DelegateModel
|
ListView
|
||||||
{
|
{
|
||||||
id: plugins
|
id: plugins
|
||||||
model: UM.PluginsModel { }
|
model: UM.PluginsModel { }
|
||||||
|
visible: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue