diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-04 08:30:55 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-04 08:30:55 +0000 |
commit | d3e07d1e41fb8b8fdde5cba6d804bc5bdac761e0 (patch) | |
tree | eeb979406d3ad1dc8f0ba6f34fcce81c53c641a2 /wizard.h | |
parent | don't close on quit, keep in tray (diff) | |
download | gpg4usb-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.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |