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 // Use the tab name as the suggested name
QString suggested_name = ui_->tab_bar->tabText(ui_->tab_bar->currentIndex()); QString suggested_name = ui_->tab_bar->tabText(ui_->tab_bar->currentIndex());