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

@@ -62,7 +62,7 @@ public:
Q_INVOKABLE int eventIDToIndex(const QString &eventID) const;
private slots:
private Q_SLOTS:
int refreshEvent(const QString &eventId);
void refreshRow(int row);
@@ -80,7 +80,7 @@ private:
void refreshEventRoles(int row, const QVector<int> &roles = {});
int refreshEventRoles(const QString &eventId, const QVector<int> &roles = {});
signals:
Q_SIGNALS:
void roomChanged();
};