diff --git a/lang/qt/src/qgpgmerefreshkeysjob.cpp b/lang/qt/src/qgpgmerefreshkeysjob.cpp index 53a9d2c0..3d221f6e 100644 --- a/lang/qt/src/qgpgmerefreshkeysjob.cpp +++ b/lang/qt/src/qgpgmerefreshkeysjob.cpp @@ -176,7 +176,7 @@ void QGpgME::QGpgMERefreshKeysJob::slotStatus(QProcess *proc, const QString &typ } const QString what = *++it; ok = false; - const int typ = (*++it).toInt(&ok); + (*++it).toInt(&ok); if (!ok) { qCDebug(GPGPME_BACKEND_LOG) << "expected number for \"type\", got something else"; return;