Remove save all playlists action

It's hard-coded to m3u, needs a new select directory dialog with option to select different playlist formats.

Fixes #987
This commit is contained in:
Jonas Kvinge
2022-07-18 22:56:32 +02:00
parent 99840c9e4f
commit 21f1fe52c0
6 changed files with 3 additions and 25 deletions

View File

@@ -53,7 +53,7 @@ class PlaylistContainer : public QWidget {
static const char *kSettingsGroup;
void SetActions(QAction *new_playlist, QAction *load_playlist, QAction *save_playlist, QAction *clear_playlist, QAction *next_playlist, QAction *previous_playlist, QAction *save_all_playlists);
void SetActions(QAction *new_playlist, QAction *load_playlist, QAction *save_playlist, QAction *clear_playlist, QAction *next_playlist, QAction *previous_playlist);
void SetManager(PlaylistManager *manager);
void ReloadSettings();