mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-18 11:44:33 +01:00
Fix playlist saving
The fix came from a suggestion by Jonas; I just tested it.
This commit is contained in:
parent
59412c54de
commit
0f96daec9a
@ -142,7 +142,7 @@ void PlaylistContainer::SetActions(QAction *new_playlist, QAction *load_playlist
|
||||
ui_->tab_bar->SetActions(new_playlist, load_playlist);
|
||||
|
||||
QObject::connect(new_playlist, &QAction::triggered, this, &PlaylistContainer::NewPlaylist);
|
||||
QObject::connect(save_playlist, &QAction::triggered, this, &PlaylistContainer::SavePlaylist);
|
||||
QObject::connect(save_playlist, &QAction::triggered, this, &PlaylistContainer::SaveCurrentPlaylist);
|
||||
QObject::connect(load_playlist, &QAction::triggered, this, &PlaylistContainer::LoadPlaylist);
|
||||
QObject::connect(clear_playlist, &QAction::triggered, this, &PlaylistContainer::ClearPlaylist);
|
||||
QObject::connect(next_playlist, &QAction::triggered, this, &PlaylistContainer::GoToNextPlaylistTab);
|
||||
|
Loading…
Reference in New Issue
Block a user