Use proxy!!!!

This commit is contained in:
craig.p.drummond
2013-05-30 18:09:51 +00:00
committed by craig.p.drummond
parent 9f9a9b8d6e
commit 9877a128b9

View File

@@ -82,7 +82,7 @@ public:
TreeView *view=new TreeView(this);
view->setPageDefaults();
view->setExpandOnClick();
view->setModel(model);
view->setModel(proxy);
model->update(p->songsToAction.toSet());
setMainWidget(view);
int size=fontMetrics().height();