From 99ea98bc3aaea7e1d8701f221851ba51db8a979c Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 26 Dec 2011 20:56:55 +0000 Subject: added structure for keyimportresult and emit keydbchanged in gpgcontext git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@703 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'wizard.cpp') diff --git a/wizard.cpp b/wizard.cpp index 766e746..5473dc3 100644 --- a/wizard.cpp +++ b/wizard.cpp @@ -209,7 +209,6 @@ bool ImportPage::importKeysFromGpg4usb() QByteArray inBuffer = secRing.readAll(); mCtx->importKey(inBuffer); } - mCtx->sendKeyDBChanged(); return true; } -- cgit v1.2.3