diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-23 23:08:18 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-23 23:08:18 +0000 |
commit | 739790698c84b2da0b630ccd0c6c260afba74bb6 (patch) | |
tree | d762067cff365915ec22b11197c6213cade2dc72 /gpg4usb.pro | |
parent | now there's no asking to save every single document, if multiple documents ar... (diff) | |
download | gpg4usb-739790698c84b2da0b630ccd0c6c260afba74bb6.tar.gz gpg4usb-739790698c84b2da0b630ccd0c6c260afba74bb6.zip |
format text, filenames in save-as dialog, set version to 0.3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@444 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 0ab3204..18dc1b3 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -23,6 +23,7 @@ HEADERS += attachments.h \ fileencryptiondialog.h \ mime.h \ keygenthread.h \ + keygendialog.h \ keydetailsdialog.h \ settingsdialog.h \ attachmenttablemodel.h \ @@ -38,6 +39,7 @@ SOURCES += attachments.cpp \ fileencryptiondialog.cpp \ mime.cpp \ keygenthread.cpp \ + keygendialog.cpp \ keydetailsdialog.cpp \ settingsdialog.cpp \ attachmenttablemodel.cpp \ |