Replace slots with Q_SLOTS
This commit is contained in:
@@ -71,7 +71,7 @@ class SmartPlaylistSearchTermWidget : public QWidget {
|
||||
void leaveEvent(QEvent*) override;
|
||||
void resizeEvent(QResizeEvent*) override;
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void FieldChanged(const int index);
|
||||
void OpChanged(const int idx);
|
||||
void RelativeValueChanged();
|
||||
|
||||
Reference in New Issue
Block a user