moved back to old icon style.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user