From ac2d07ab66041b07b50b1ca8a97b13f1b4ca2f42 Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 3 Jan 2011 20:23:23 +0000 Subject: allow exit when no tabs open git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@428 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 1 + 1 file changed, 1 insertion(+) 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"; } -- cgit v1.2.3