aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-03 20:22:07 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-03 20:22:07 +0000
commitd9caca8195ffaf4d00993bec35792da36964cc69 (patch)
tree26996378a8e8541de3030c51fe8369840f4e4f28 /gpgwin.cpp
parentcosmetics, indention (diff)
downloadgpg4usb-d9caca8195ffaf4d00993bec35792da36964cc69.tar.gz
gpg4usb-d9caca8195ffaf4d00993bec35792da36964cc69.zip
allow exit when no tabs open
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@427 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 68251de..3670118 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -423,6 +423,7 @@ void GpgWin::createDockWindows()
void GpgWin::closeEvent(QCloseEvent *event)
{
+
/** ask to save changes, if text modified
*/
if (edit->maybeSave()) {