aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2022-09-24 16:22:05 +0200
committerGitHub <noreply@github.com>2022-09-24 16:22:05 +0200
commit63d658e798c1ba29d080564db06a613a3d7d5df5 (patch)
tree033b50f2dba4b02a90fad162f165e63b81fa2de0 /lib
parenta2b155b10197a4fca4db2af59c2171f82a0eac2b (diff)
downloadlibquotient-63d658e798c1ba29d080564db06a613a3d7d5df5.tar.gz
libquotient-63d658e798c1ba29d080564db06a613a3d7d5df5.zip
Update lib/connection.cpp
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib')
-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) {