1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

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

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: