s/slots/Q_SLOTS and s/signals/Q_SIGNALS

This commit is contained in:
Carl Schwan
2020-11-03 12:09:06 +01:00
parent ce69506cf6
commit abea051f1c
12 changed files with 21 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ private:
Controller *m_controller = nullptr;
QVector<Connection *> m_connections;
signals:
Q_SIGNALS:
void controllerChanged();
};