aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r--verifynotification.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp
index 40d5604..3cff1e4 100644
--- a/verifynotification.cpp
+++ b/verifynotification.cpp
@@ -85,7 +85,6 @@ void VerifyNotification::setVerifyLabel(QString text, verify_label_status verify
void VerifyNotification::showImportAction(bool visible)
{
importFromKeyserverAct->setVisible(visible);
- return;
}
void VerifyNotification::showVerifyDetails()
@@ -163,6 +162,6 @@ bool VerifyNotification::refresh()
verifyLabelText.remove(verifyLabelText.length()-1,1);
this->setVerifyLabel(verifyLabelText,verifyStatus);
- qDebug() << verifyStatus;
+
return true;
}