diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-17 21:39:54 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-17 21:39:54 +0000 |
commit | 7206143f863fa03a578efe7ecb95d1cfa4752824 (patch) | |
tree | 3d8a8a269e036c5132f97d7ed6207ccd960f298f /gpg4usb.pro | |
parent | set focus to textedit on start (diff) | |
download | gpg4usb-7206143f863fa03a578efe7ecb95d1cfa4752824.tar.gz gpg4usb-7206143f863fa03a578efe7ecb95d1cfa4752824.zip |
added quitdialog with checklist for documents to save, but there has to be some handling for the saving
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 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 25265f1..0ab3204 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -27,7 +27,8 @@ HEADERS += attachments.h \ settingsdialog.h \ attachmenttablemodel.h \ textedit.h \ - editorpage.h + editorpage.h \ + quitdialog.h SOURCES += attachments.cpp \ context.cpp \ gpgwin.cpp \ @@ -41,7 +42,8 @@ SOURCES += attachments.cpp \ settingsdialog.cpp \ attachmenttablemodel.cpp \ textedit.cpp \ - editorpage.cpp + editorpage.cpp \ + quitdialog.cpp RC_FILE = gpg4usb.rc # comment out line below for static building |