aboutsummaryrefslogtreecommitdiff
path: root/examples/qmc-example.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-26 17:50:56 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-02-26 17:50:56 +0900
commit37b67cbd07beca1b6f010794a7ff1920bc053e6e (patch)
tree3d85630fde93c827c6c5fde2e79e6a5b5f6dbceb /examples/qmc-example.cpp
parent967b18197aa262751f357c25d812e63b9bcce8b2 (diff)
downloadlibquotient-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.cpp4
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
);