aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-06-07 19:28:52 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-06-07 19:28:52 +0000
commite9bb889a0f1cb488453fc0e67e00041fd144b18c (patch)
tree52f05039a64599aecf51dc9161aa796ccab3e0c6 /gpgwin.h
parentadded undo to edit menu and updated language files (diff)
downloadgpg4usb-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index ce91926..920bc44 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -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);