diff options
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -435,6 +435,7 @@ void GpgWin::closeEvent(QCloseEvent *event) // clear password from memory mCtx->clearPasswordCache(); + qDebug() << "reached end"; } |