mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-30 00:55:33 +01:00
Remove default argument
This commit is contained in:
parent
443578e0ee
commit
89572b07fb
@ -340,7 +340,7 @@ void PlaylistContainer::LoadPlaylist() {
|
||||
|
||||
}
|
||||
|
||||
void PlaylistContainer::SavePlaylist(const int id = -1) {
|
||||
void PlaylistContainer::SavePlaylist(const int id) {
|
||||
|
||||
// Use the tab name as the suggested name
|
||||
QString suggested_name = ui_->tab_bar->tabText(ui_->tab_bar->currentIndex());
|
||||
|
Loading…
x
Reference in New Issue
Block a user