diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-12 22:42:28 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-12 22:42:28 +0000 |
commit | 715a3a80bda633f38fb26df5599a01abd08b85db (patch) | |
tree | a9214e03df2e6d0c10ae80d077232bb3310e6eef /gpg4usb.pro | |
parent | show details in different colours in verfiy detail dialog, further commenting... (diff) | |
download | gpg4usb-715a3a80bda633f38fb26df5599a01abd08b85db.tar.gz gpg4usb-715a3a80bda633f38fb26df5599a01abd08b85db.zip |
changed verifydetailsdialog, updated todo
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@531 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rw-r--r-- | gpg4usb.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index ef8e2a1..e43c645 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -30,7 +30,8 @@ HEADERS += attachments.h \ editorpage.h \ quitdialog.h \ keyserverimportdialog.h \ - verifynotification.h + verifynotification.h \ + verifydetailsdialog.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -47,7 +48,8 @@ SOURCES += attachments.cpp \ editorpage.cpp \ quitdialog.cpp \ keyserverimportdialog.cpp \ - verifynotification.cpp + verifynotification.cpp \ + verifydetailsdialog.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |