mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
CURA-3471 importProfiles() takes QVariantList
This commit is contained in:
parent
f47ec27014
commit
a3dce9f6d1
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ class ContainerManager(QObject):
|
||||||
#
|
#
|
||||||
# \param QVariant<QUrl>, essentially a list with QUrl objects.
|
# \param QVariant<QUrl>, essentially a list with QUrl objects.
|
||||||
# \return Dict with keys status, text
|
# \return Dict with keys status, text
|
||||||
@pyqtSlot(QVariant, result="QVariantMap")
|
@pyqtSlot("QVariantList", result="QVariantMap")
|
||||||
def importProfiles(self, file_urls):
|
def importProfiles(self, file_urls):
|
||||||
status = "ok"
|
status = "ok"
|
||||||
results = {"ok": [], "error": []}
|
results = {"ok": [], "error": []}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue