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:
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…
x
Reference in New Issue
Block a user