aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index c6bf1f6..690de89 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -159,6 +159,7 @@ void KeyMgmt::importKeys(QByteArray inBuffer)
{
GpgImportInformation result = mCtx->importKey(inBuffer);
new KeyImportDetailDialog(mCtx, result, this);
+
}
void KeyMgmt::importKeyFromFile()