diff options
Diffstat (limited to 'verifykeydetailbox.cpp')
-rw-r--r-- | verifykeydetailbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/verifykeydetailbox.cpp b/verifykeydetailbox.cpp index a51f1d2..521d122 100644 --- a/verifykeydetailbox.cpp +++ b/verifykeydetailbox.cpp @@ -27,6 +27,7 @@ VerifyKeyDetailBox::VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext* ctx, this->mCtx = ctx; this->mKeyList = keyList; //this->fpr=signature->fpr; + qDebug() << "dbsig report: " << GpgME::GpgContext::getReport(signature.getMessages()); QGridLayout *grid = new QGridLayout(); // TODO |