diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-07 19:28:52 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-07 19:28:52 +0000 |
commit | e9bb889a0f1cb488453fc0e67e00041fd144b18c (patch) | |
tree | 52f05039a64599aecf51dc9161aa796ccab3e0c6 /gpgwin.h | |
parent | added undo to edit menu and updated language files (diff) | |
download | gpg4usb-e9bb889a0f1cb488453fc0e67e00041fd144b18c.tar.gz gpg4usb-e9bb889a0f1cb488453fc0e67e00041fd144b18c.zip |
fix behaviour on close if canceled
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@345 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ private: void setCurrentFile(const QString &fileName); bool maybeSave(); void restoreSettings(); + void saveSettings(); void preventNoDataErr(QByteArray *in); void parseMime(QByteArray *message); QString strippedName(const QString &fullFileName); |