Replace slots with Q_SLOTS
This commit is contained in:
@@ -58,7 +58,7 @@ class StreamingServices : public QObject {
|
||||
Q_SIGNALS:
|
||||
void ExitFinished();
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void ExitReceived();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user