diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-30 01:58:28 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-30 01:58:28 +0000 |
commit | a038cc91b514bb34a067f6216816ac9e19ba47ae (patch) | |
tree | 323637c44d41c7006bc0b36aea0a176ade952bc6 /mainwindow.cpp | |
parent | refactored slots in settingsdialog.* and textedit.* (diff) | |
download | gpg4usb-a038cc91b514bb34a067f6216816ac9e19ba47ae.tar.gz gpg4usb-a038cc91b514bb34a067f6216816ac9e19ba47ae.zip |
refactored slots in verify* and wizard.*
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@986 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 66585ae..abac5be 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1105,7 +1105,7 @@ void MainWindow::slotVerify() VerifyNotification *vn = new VerifyNotification(this, mCtx, mKeyList, edit->curTextPage()); // if signing information is found, show the notification, otherwise close it - if (vn->refresh()) { + if (vn->slotRefresh()) { edit->curPage()->showNotificationWidget(vn, "verifyNotification"); } else { vn->close(); |