diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-21 20:12:54 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-21 20:12:54 +0000 |
commit | 91a80136a55db9c0e2dc63c98d0a5da838cd1998 (patch) | |
tree | 0d82ca8e7a3be17257358a792aabf32980615620 /gpg4usb.pro | |
parent | also strike out revoked keys in keylist (diff) | |
download | gpg4usb-91a80136a55db9c0e2dc63c98d0a5da838cd1998.tar.gz gpg4usb-91a80136a55db9c0e2dc63c98d0a5da838cd1998.zip |
added dialog after key import
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@645 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index 1c17f92..07c023e 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -18,13 +18,14 @@ QT += network HEADERS += attachments.h \ gpgcontext.h \ mainwindow.h \ - keylist.h \ - keymgmt.h \ fileencryptiondialog.h \ + importdetaildialog.h \ mime.h \ keygendialog.h \ keygenthread.h \ keydetailsdialog.h \ + keylist.h \ + keymgmt.h \ settingsdialog.h \ attachmenttablemodel.h \ textedit.h \ @@ -40,13 +41,14 @@ SOURCES += attachments.cpp \ gpgcontext.cpp \ mainwindow.cpp \ main.cpp \ - keylist.cpp \ - keymgmt.cpp \ fileencryptiondialog.cpp \ + importdetaildialog.cpp \ mime.cpp \ keygendialog.cpp \ keygenthread.cpp \ keydetailsdialog.cpp \ + keylist.cpp \ + keymgmt.cpp \ settingsdialog.cpp \ attachmenttablemodel.cpp \ textedit.cpp \ |