From cf5b5e74b20de2a0579de6a176d76f96bbe87603 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 5 Apr 2018 20:41:19 +0900 Subject: qmc-example: fix false negatives due to a missing return --- examples/qmc-example.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp index 7226c060..e2ec1d12 100644 --- a/examples/qmc-example.cpp +++ b/examples/qmc-example.cpp @@ -218,6 +218,7 @@ void QMCTest::markDirectChat() cout << "Warning: the room is already a direct chat," " only unmarking will be tested" << endl; checkDirectChatOutcome({{ c->user(), targetRoom->id() }}); + return; } // Connect first because the signal is emitted synchronously. connect(c.data(), &Connection::directChatsListChanged, -- cgit v1.2.3