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

@@ -56,7 +56,7 @@ public:
}
void setIsOnline(bool online);
signals:
Q_SIGNALS:
void notificationCountChanged();
void iconSourceChanged();
void isOnlineChanged();