aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-24 23:13:38 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-24 23:13:38 +0000
commita968178f19399740be05ef220d0fad828ab0a87a (patch)
treecc424a7506bc3bb7d705bb947e823087b6058bd7 /keymgmt.cpp
parentresized images for integrated help by 50% (diff)
downloadgpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.tar.gz
gpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.zip
moved layout definitions from header to sourcefile where possible
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@775 34ebc366-c3a9-4b3c-9f84-69acf7962910
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()