Correct some whitespace issues

This commit is contained in:
Nicolas Fella
2020-11-04 19:43:56 +01:00
parent fd19e0f27d
commit 00b6908f25
14 changed files with 15 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ private:
void refreshEventRoles(int row, const QVector<int> &roles = {});
int refreshEventRoles(const QString &eventId, const QVector<int> &roles = {});
Q_SIGNALS:
Q_SIGNALS:
void roomChanged();
};