diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-16 19:41:02 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-16 19:41:02 +0000 |
commit | d4a5138c5a87069d88630a82a8c2aa5d4804af93 (patch) | |
tree | 8ad490df147e143683ace830ebac61ef641817bb /gpg4usb.pro | |
parent | add dummy method markKeys to keylist widget (diff) | |
download | gpg4usb-d4a5138c5a87069d88630a82a8c2aa5d4804af93.tar.gz gpg4usb-d4a5138c5a87069d88630a82a8c2aa5d4804af93.zip |
added class for verifyinfo
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@501 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index dc50340..116d9e7 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -29,7 +29,8 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ - keyserverimportdialog.h + keyserverimportdialog.h \ + verifyinfo.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -45,7 +46,8 @@ SOURCES += attachments.cpp \ textedit.cpp \ editorpage.cpp \ quitdialog.cpp \ - keyserverimportdialog.cpp + keyserverimportdialog.cpp \ + verifyinfo.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |