aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-03 20:23:23 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-03 20:23:23 +0000
commitac2d07ab66041b07b50b1ca8a97b13f1b4ca2f42 (patch)
tree897c3925538833d34295620e5bd3e5ec0ff3cc0e
parentallow exit when no tabs open (diff)
downloadgpg4usb-ac2d07ab66041b07b50b1ca8a97b13f1b4ca2f42.tar.gz
gpg4usb-ac2d07ab66041b07b50b1ca8a97b13f1b4ca2f42.zip
allow exit when no tabs open
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@428 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--gpgwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 3670118..6b164e4 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -435,6 +435,7 @@ void GpgWin::closeEvent(QCloseEvent *event)
// clear password from memory
mCtx->clearPasswordCache();
+ qDebug() << "reached end";
}