aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-12-10 15:32:26 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-12-10 16:17:00 +0900
commitc46fccdfacaa299eee9bfb96d86d2c784db3e9ca (patch)
tree1d7e53eb382b60ecb71518f5ef5c2cbe752d0207
parent404e37d64a71baf3c9ca44ed2a16288876fb2995 (diff)
downloadlibquotient-c46fccdfacaa299eee9bfb96d86d2c784db3e9ca.tar.gz
libquotient-c46fccdfacaa299eee9bfb96d86d2c784db3e9ca.zip
Elaborate a deprecation comment
-rw-r--r--room.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/room.h b/room.h
index f7aa363c..702c22f3 100644
--- a/room.h
+++ b/room.h
@@ -159,7 +159,8 @@ namespace QMatrixClient
void postMessage(const QString& plainText,
MessageEventType type = MessageEventType::Text);
void postMessage(const RoomMessageEvent& event);
- /** @deprecated */
+ /** @deprecated If you have a custom event type, construct the event
+ * and pass it as a whole to postMessage() */
void postMessage(const QString& type, const QString& plainText);
void setTopic(const QString& newTopic);