aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connection.cpp')
-rw-r--r--lib/connection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/connection.cpp b/lib/connection.cpp
index 307c3840..1048884f 100644
--- a/lib/connection.cpp
+++ b/lib/connection.cpp
@@ -1006,8 +1006,7 @@ bool Connection::Private::processIfVerificationEvent(const Event& evt,
emit q->newKeyVerificationSession(*sessionIter);
return true;
},
- [](const KeyVerificationDoneEvent& doneEvt) {
- Q_UNUSED(doneEvt)
+ [](const KeyVerificationDoneEvent&) {
return true;
},
[this](const KeyVerificationEvent& kvEvt) {