aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2020-11-27 00:58:48 +0100
committerCarl Schwan <carl@carlschwan.eu>2020-11-27 10:58:04 +0100
commit7b2eb5b3a14dd198564658c143567b3eb7a879f6 (patch)
treeab2703777aec96d0d95fc19aeb7f85ea351df338 /lib/room.h
parent21554bccc39ab2f63869c244ed880686805887cb (diff)
downloadlibquotient-7b2eb5b3a14dd198564658c143567b3eb7a879f6.tar.gz
libquotient-7b2eb5b3a14dd198564658c143567b3eb7a879f6.zip
Make it compile with QT_NO_KEYWORDS
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/room.h b/lib/room.h
index f4d7eb70..7eee022c 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -547,7 +547,7 @@ public:
return setState(EvT(std::forward<ArgTs>(args)...));
}
-public slots:
+public Q_SLOTS:
/** Check whether the room should be upgraded */
void checkVersion();
@@ -611,7 +611,7 @@ public slots:
void answerCall(const QString& callId, const QString& sdp);
void hangupCall(const QString& callId);
-signals:
+Q_SIGNALS:
/// Initial set of state events has been loaded
/**
* The initial set is what comes from the initial sync for the room.