Replace slots with Q_SLOTS
This commit is contained in:
@@ -62,7 +62,7 @@ class BackendSettingsPage : public SettingsPage {
|
||||
};
|
||||
#endif
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void EngineChanged(const int index);
|
||||
void OutputChanged(const int index);
|
||||
void DeviceSelectionChanged(const int index);
|
||||
|
||||
Reference in New Issue
Block a user