Home GnuPG
Diffusion GPGME 333241b286e2

qt: Fix warning about missing return

Description

qt: Fix warning about missing return

* lang/qt/src/qgpgmeexportjob.cpp (ExportJob::exec): Return a value and
remove unused argument names.

ExportJob::exec is never executed because its virtual overload is always
used. Therefore it doesn't matter what value we return.

Details

Provenance
ikloeckerAuthored on May 21 2024, 12:23 PM
Parents
rM73403a8ba003: core: speedup gpgme_get_key
Branches
Unknown
Tags
Unknown