diff options
Diffstat (limited to '')
-rw-r--r-- | include/verifynotification.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/verifynotification.h b/include/verifynotification.h index dd7f2600..309814ed 100644 --- a/include/verifynotification.h +++ b/include/verifynotification.h @@ -66,7 +66,7 @@ public: * @param text The text to be set. * @param verifyLabelStatus The status of label to set the specified color. */ - void setVerifyLabel(QString text, verify_label_status verifyLabelStatus); + void setVerifyLabel(const QString& text, verify_label_status verifyLabelStatus); /** * @details Show the import from keyserver-action in detailsmenu. |