Remove default argument
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user