diff options
Diffstat (limited to 'collectionfavoritesview.h')
-rw-r--r-- | collectionfavoritesview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionfavoritesview.h b/collectionfavoritesview.h index d8d34d1..ccc3fc0 100644 --- a/collectionfavoritesview.h +++ b/collectionfavoritesview.h @@ -11,6 +11,7 @@ class CollectionFavoritesView : public CollectionWidget { public slots: virtual void populate(); void removeFromFavorites(const QModelIndexList &idxs); + void syncToDir(); }; #endif // COLLECTIONFAVORITESVIEW_H |