Home
last modified time | relevance | path

Searched refs:ItemsLoadedForSavePlaylist (Results 1 – 4 of 4) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylistmanager.cpp188 NewClosure(future, this, SLOT(ItemsLoadedForSavePlaylist( in Save()
194 void PlaylistManager::ItemsLoadedForSavePlaylist(QFuture<SongList> future, in ItemsLoadedForSavePlaylist() function in PlaylistManager
H A Dplaylistmanager.h243 void ItemsLoadedForSavePlaylist(QFuture<SongList> future,
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistmanager.cpp232 ItemsLoadedForSavePlaylist(watcher->result(), filename, path_type); in Save()
240 void PlaylistManager::ItemsLoadedForSavePlaylist(const SongList &songs, const QString &filename, co… in ItemsLoadedForSavePlaylist() function in PlaylistManager
H A Dplaylistmanager.h233 …void ItemsLoadedForSavePlaylist(const SongList &songs, const QString &filename, const Playlist::Pa…