From 37b67cbd07beca1b6f010794a7ff1920bc053e6e Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 26 Feb 2018 17:50:56 +0900 Subject: qmc-example: Temporarily comment out the code that uses uncommitted features --- examples/qmc-example.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp index caea562f..e0aabca9 100644 --- a/examples/qmc-example.cpp +++ b/examples/qmc-example.cpp @@ -29,8 +29,8 @@ void onNewRoom(Room* r, const char* targetRoomName) "The current user is " % r->localUser()->fullName(r) % "\n" % QStringLiteral("This room has %1 member(s)") .arg(r->memberCount()) % "\n" % - "The room is " % - (r->isDirectChat() ? "" : "not ") % "a direct chat\n" % +// "The room is " % +// (r->isDirectChat() ? "" : "not ") % "a direct chat\n" % "Have a good day", MessageEventType::Notice ); -- cgit v1.2.3