Be sure to signal about changes to the library model so that the proxy model's cache gets updated.
This commit is contained in:
parent
8164066648
commit
e6a13c76f1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue