Be sure to signal about changes to the library model so that the proxy model's cache gets updated.

This commit is contained in:
David Sansome 2010-05-25 22:18:27 +00:00
parent 8164066648
commit e6a13c76f1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class LibraryModel : public SimpleTreeModel<LibraryItem> {
void Init();
protected:
void LazyPopulate(LibraryItem* item) { LazyPopulate(item, false); }
void LazyPopulate(LibraryItem* item) { LazyPopulate(item, true); }
void LazyPopulate(LibraryItem* item, bool signal);
private slots: