diff options
author | Carl Schwan <carl@carlschwan.eu> | 2020-11-27 00:58:48 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2020-11-27 10:58:04 +0100 |
commit | 7b2eb5b3a14dd198564658c143567b3eb7a879f6 (patch) | |
tree | ab2703777aec96d0d95fc19aeb7f85ea351df338 /lib/user.h | |
parent | 21554bccc39ab2f63869c244ed880686805887cb (diff) | |
download | libquotient-7b2eb5b3a14dd198564658c143567b3eb7a879f6.tar.gz libquotient-7b2eb5b3a14dd198564658c143567b3eb7a879f6.zip |
Make it compile with QT_NO_KEYWORDS
Diffstat (limited to 'lib/user.h')
-rw-r--r-- | lib/user.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,7 +122,7 @@ public: QString avatarMediaId(const Room* room = nullptr) const; QUrl avatarUrl(const Room* room = nullptr) const; -public slots: +public Q_SLOTS: /// Set a new name in the global user profile void rename(const QString& newName); /// Set a new name for the user in one room @@ -143,7 +143,7 @@ public slots: /// Check whether the user is in ignore list bool isIgnored() const; -signals: +Q_SIGNALS: void defaultNameChanged(); void defaultAvatarChanged(); |