moved back to old icon style.

This commit is contained in:
2025-08-13 19:25:14 +02:00
parent 7c267bcb33
commit a789874635
3 changed files with 96 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ XQChildModel::XQChildModel( QObject *parent )
void XQChildModel::initModel(const QString& modelName)
{
auto extendItemType = [=](const XQNodePtr& entry)
auto extendItemType = [=,this](const XQNodePtr& entry)
{
const QString& typeName = entry->attribute("ItemType");
XQItemType* itemType = _itemFactory.findItemTypeTemplate( typeName); // throws