From 994caf61c3e58c011ac1f41839ff37e801e11be5 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 24 Jan 2012 20:39:33 +0000 Subject: added static method importsecandpubkeysfromdir to wizard git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@769 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wizard.h') diff --git a/wizard.h b/wizard.h index 99e7e70..23cfb46 100644 --- a/wizard.h +++ b/wizard.h @@ -43,6 +43,7 @@ public: Page_Conclusion }; Wizard(GpgME::GpgContext *ctx, KeyMgmt *keyMgmt, QWidget *parent = 0); + static bool importPubAndSecKeysFromDir(const QString dir, KeyMgmt *keyMgmt); private: GpgME::GpgContext *mCtx; @@ -82,7 +83,7 @@ private slots: /** * @details Import keys from gnupg-homedir, private or/and public depend on the checked boxes */ - bool importKeysFromGpg4usb(); + bool importFormOlderGpg4usb(); bool importConfFromGpg4usb(QString dir); private: -- cgit v1.2.3