diff options
Diffstat (limited to 'examples/qmc-example.cpp')
-rw-r--r-- | examples/qmc-example.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |