Replace slots with Q_SLOTS
This commit is contained in:
@@ -52,7 +52,7 @@ class StreamingSongsView : public QWidget {
|
||||
bool SearchFieldHasFocus() const { return ui_->filter_widget->SearchFieldHasFocus(); }
|
||||
void FocusSearchField() { ui_->filter_widget->FocusSearchField(); }
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void OpenSettingsDialog();
|
||||
void GetSongs();
|
||||
void AbortGetSongs();
|
||||
|
||||
Reference in New Issue
Block a user