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