aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-06-25 12:39:45 +0000
committerIngo Klöcker <[email protected]>2021-06-26 16:03:37 +0000
commitade95b25ce473a3c9ebcb77b7bd76a2fa6ed2805 (patch)
tree4288541455be8cd9fb392df8902931d45ffb5ba4
parentcore: Fix use-after-free issue in test (diff)
downloadgpgme-ade95b25ce473a3c9ebcb77b7bd76a2fa6ed2805.tar.gz
gpgme-ade95b25ce473a3c9ebcb77b7bd76a2fa6ed2805.zip
qt: Remove superfluous trailing ';'
lang/qt/src/signkeyjob.h (class SignKeyJob): Remove trailing ';' from inline implemented member functions
-rw-r--r--lang/qt/src/signkeyjob.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/src/signkeyjob.h b/lang/qt/src/signkeyjob.h
index 666af92a..f4b3ed8f 100644
--- a/lang/qt/src/signkeyjob.h
+++ b/lang/qt/src/signkeyjob.h
@@ -117,14 +117,14 @@ public:
*
* Not pure virtual for ABI compatibility.
**/
- virtual void setDupeOk(bool) {};
+ virtual void setDupeOk(bool) {}
/**
* Add a remark to the signature. This uses [email protected] as a notation.
*
* Not pure virtual for ABI compatibility.
**/
- virtual void setRemark(const QString &) {};
+ virtual void setRemark(const QString &) {}
/**
* If set, then the created signature will be a trust signature. By default,
@@ -143,7 +143,7 @@ public:
*
* Not pure virtual for ABI compatibility.
**/
- virtual void setTrustSignature(GpgME::TrustSignatureTrust trust, unsigned short depth, const QString &scope) { Q_UNUSED(trust); Q_UNUSED(depth); Q_UNUSED(scope); };
+ virtual void setTrustSignature(GpgME::TrustSignatureTrust trust, unsigned short depth, const QString &scope) { Q_UNUSED(trust); Q_UNUSED(depth); Q_UNUSED(scope); }
/**
* Sets the expiration date of the key signature to @a expiration. By default,