diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-27 13:41:14 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-08-27 13:41:14 +0000 |
commit | 9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 (patch) | |
tree | f7d69a78c827261d6298d19daa685072b7ab14ba /keymgmt.cpp | |
parent | umlaute are handled correctly while signing (diff) | |
download | gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.tar.gz gpg4usb-9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073.zip |
changed includes to class declarations where possible and moved includes and class declarations to header files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-x | keymgmt.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp index 4814c5a..1f75d0d 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -20,11 +20,8 @@ * MA 02110-1301, USA. */ -#include <QtGui> - #include "keymgmt.h" - KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconpath) { mCtx = ctx; |