diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-22 22:57:35 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-07-22 22:57:35 +0000 |
commit | a354065dd390bed674538b68bbbb23c7ce80eb51 (patch) | |
tree | 2c7dcc8b47179cd4147486965f0dcd39f4073a0c /gpg4usb.pro | |
parent | verify returns gpgme_op_verify_result (diff) | |
download | gpg4usb-a354065dd390bed674538b68bbbb23c7ce80eb51.tar.gz gpg4usb-a354065dd390bed674538b68bbbb23c7ce80eb51.zip |
independent notifcation area
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@503 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..ef8e2a1 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -29,7 +29,8 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ - keyserverimportdialog.h + keyserverimportdialog.h \ + verifynotification.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 \ + verifynotification.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |