diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2022-09-24 16:22:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 16:22:05 +0200 |
commit | 63d658e798c1ba29d080564db06a613a3d7d5df5 (patch) | |
tree | 033b50f2dba4b02a90fad162f165e63b81fa2de0 /lib/connection.cpp | |
parent | a2b155b10197a4fca4db2af59c2171f82a0eac2b (diff) | |
download | libquotient-63d658e798c1ba29d080564db06a613a3d7d5df5.tar.gz libquotient-63d658e798c1ba29d080564db06a613a3d7d5df5.zip |
Update lib/connection.cpp
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib/connection.cpp')
-rw-r--r-- | lib/connection.cpp | 3 |
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) { |