aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.cpp')
-rw-r--r--keylist.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/keylist.cpp b/keylist.cpp
index 204e346..d5c9d61 100644
--- a/keylist.cpp
+++ b/keylist.cpp
@@ -260,8 +260,9 @@ void KeyList::markKeys(QStringList *keyIds)
void KeyList::importKeys(QByteArray inBuffer)
{
- GpgImportInformation result = mCtx->importKey(inBuffer);
- new KeyImportDetailDialog(mCtx, result, this);
+// TODO
+// GpgImportInformation result = mCtx->importKey(inBuffer);
+// new KeyImportDetailDialog(mCtx, result, this);
}
void KeyList::uploadKeyToServer(QByteArray *keys)