Loading elements collections doesn't freeze gui anymore.

This commit is contained in:
Claveau Joshua
2020-01-19 11:53:40 +01:00
parent ed2e72e995
commit f297e28b64
7 changed files with 64 additions and 52 deletions

View File

@@ -240,7 +240,6 @@ QList<ElementCollectionItem *> ElementCollectionItem::items() const
return list;
}
void setUpData(ElementCollectionItem *eci)
{
void setUpData(ElementCollectionItem *eci) {
eci->setUpData();
}