Fix a container window regression (oops)

actorid
scrawl 11 years ago
parent f7befa3e54
commit 065f14579f

@ -45,6 +45,7 @@ void ItemView::setModel(ItemModel *model)
{
delete mModel;
mModel = model;
update();
}
void ItemView::initialiseOverride()

Loading…
Cancel
Save