Fix a container window regression (oops)

This commit is contained in:
scrawl 2013-11-15 02:57:21 +01:00
parent f7befa3e54
commit 065f14579f

View file

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