diff options
Diffstat (limited to 'lang/qt/tests/run-refreshkeysjob.cpp')
-rw-r--r-- | lang/qt/tests/run-refreshkeysjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/run-refreshkeysjob.cpp b/lang/qt/tests/run-refreshkeysjob.cpp index 4c8f4086..aa9a6d62 100644 --- a/lang/qt/tests/run-refreshkeysjob.cpp +++ b/lang/qt/tests/run-refreshkeysjob.cpp @@ -140,7 +140,7 @@ int main(int argc, char **argv) std::cerr << "Error: Could not create job to refresh S/MIME key" << std::endl; return 1; } - QObject::connect(job, &QGpgME::RefreshKeysJob::result, &app, [](const GpgME::Error &err, const QString &, const GpgME::Error &) { + QObject::connect(job, &QGpgME::RefreshKeysJob::result, &app, [](const GpgME::Error &err) { std::cout << "Result: " << err.asString() << std::endl; qApp->quit(); }); |