diff options
Diffstat (limited to 'room.h')
-rw-r--r-- | room.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ namespace QMatrixClient MemberSorter memberSorter() const; - void toJson(QJsonObject &out) const; + QJsonObject toJson() const; public slots: void postMessage(const QString& plainText, |