aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-04 08:30:55 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-04 08:30:55 +0000
commitd3e07d1e41fb8b8fdde5cba6d804bc5bdac761e0 (patch)
treeeeb979406d3ad1dc8f0ba6f34fcce81c53c641a2 /wizard.h
parentdon't close on quit, keep in tray (diff)
downloadgpg4usb-d3e07d1e41fb8b8fdde5cba6d804bc5bdac761e0.tar.gz
gpg4usb-d3e07d1e41fb8b8fdde5cba6d804bc5bdac761e0.zip
import from gnupg in wizard home works in windows now (still untested, but it should work)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@599 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index 73dd38e..7e9601e 100644
--- a/wizard.h
+++ b/wizard.h
@@ -80,10 +80,19 @@ public:
ImportPage(GpgME::GpgContext *ctx, QWidget *parent = 0);
private slots:
+ /**
+ * @details Import keys from gnupg-homedir, private or/and public depend on the checked boxes
+ */
bool importKeys();
private:
int nextId() const;
+
+ /**
+ * @details String containing the gnupg-homedir
+ * @returns String containg the gnupg-homedir, but NULL, if the in windows registry entry
+ * doesn't exist or in linux ~/.gnupg doesn't exist
+ */
QString getGnuPGHome();
QLabel *topLabel;