diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-10 15:32:26 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-10 16:17:00 +0900 |
commit | c46fccdfacaa299eee9bfb96d86d2c784db3e9ca (patch) | |
tree | 1d7e53eb382b60ecb71518f5ef5c2cbe752d0207 | |
parent | 404e37d64a71baf3c9ca44ed2a16288876fb2995 (diff) | |
download | libquotient-c46fccdfacaa299eee9bfb96d86d2c784db3e9ca.tar.gz libquotient-c46fccdfacaa299eee9bfb96d86d2c784db3e9ca.zip |
Elaborate a deprecation comment
-rw-r--r-- | room.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |