1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-30 00:55:33 +01:00

Remove default argument

This commit is contained in:
Jonas Kvinge 2021-02-06 00:30:40 +01:00
parent 443578e0ee
commit 89572b07fb

View File

@ -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());