From c46fccdfacaa299eee9bfb96d86d2c784db3e9ca Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 10 Dec 2017 15:32:26 +0900 Subject: Elaborate a deprecation comment --- room.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3