aboutsummaryrefslogtreecommitdiffstats
path: root/keyserverimportdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keyserverimportdialog.cpp')
-rw-r--r--keyserverimportdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyserverimportdialog.cpp b/keyserverimportdialog.cpp
index 4803b39..c7d34a8 100644
--- a/keyserverimportdialog.cpp
+++ b/keyserverimportdialog.cpp
@@ -306,5 +306,5 @@ void KeyServerImportDialog::importFinished()
void KeyServerImportDialog::importKeys(QByteArray inBuffer)
{
GpgImportInformation result = mCtx->importKey(inBuffer);
- new KeyImportDetailDialog(mCtx, mKeyList, result, this);
+ new KeyImportDetailDialog(mCtx, result, this);
}