diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 17:50:56 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-02-26 17:50:56 +0900 |
commit | 37b67cbd07beca1b6f010794a7ff1920bc053e6e (patch) | |
tree | 3d85630fde93c827c6c5fde2e79e6a5b5f6dbceb /examples/qmc-example.cpp | |
parent | 967b18197aa262751f357c25d812e63b9bcce8b2 (diff) | |
download | libquotient-37b67cbd07beca1b6f010794a7ff1920bc053e6e.tar.gz libquotient-37b67cbd07beca1b6f010794a7ff1920bc053e6e.zip |
qmc-example: Temporarily comment out the code that uses uncommitted features
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 ); |