Index: transactions/kgpgchangedisable.h =================================================================== --- transactions/kgpgchangedisable.h +++ transactions/kgpgchangedisable.h @@ -35,7 +35,6 @@ protected: bool preStart() override; - bool nextLine(const QString &line) override; }; #endif // KGPGCHANGEDISABLE_H Index: transactions/kgpgtransactionprivate.cpp =================================================================== --- transactions/kgpgtransactionprivate.cpp +++ transactions/kgpgtransactionprivate.cpp @@ -71,6 +71,7 @@ static const QString getBool = QLatin1String("[GNUPG:] GET_BOOL "); if(m_parent->keyConsidered(line, QStringList())){ + //already handled by keyConsidered - skip the line } else if (line.startsWith(QLatin1String("[GNUPG:] USERID_HINT "))) { m_parent->addIdHint(line);