aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index 61cc3e6..3f1f8e9 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -157,9 +157,8 @@ void KeyMgmt::createToolBars()
void KeyMgmt::importKeys(QByteArray inBuffer)
{
- gpgme_import_result_t result = mCtx->importKey(inBuffer);
+ GpgImportInformation result = mCtx->importKey(inBuffer);
new KeyImportDetailDialog(mCtx, mKeyList, result, this);
- mCtx->sendKeyDBChanged();
}
void KeyMgmt::importKeyFromFile()