Fix parameter name mismatch

This commit is contained in:
Jonas Kvinge
2021-06-22 13:56:27 +02:00
parent 584f5e5935
commit 6bf3c34fe5
7 changed files with 9 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
void ForceShowOSD(const Song &song, const bool toggle);
void PlaylistMenuHidden();
void PlaylistRightClick(const QPoint global_pos, const QModelIndex &idx);
void PlaylistRightClick(const QPoint global_pos, const QModelIndex &index);
void PlaylistCurrentChanged(const QModelIndex &current);
void PlaylistViewSelectionModelChanged();
void PlaylistPlay();