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

@@ -72,7 +72,7 @@ class SmartPlaylistSearchTermWidget : public QWidget {
private slots:
void FieldChanged(const int index);
void OpChanged(const int index);
void OpChanged(const int idx);
void RelativeValueChanged();
void Grab();