diff options
author | Saturneric <[email protected]> | 2022-01-15 02:12:38 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-15 02:12:38 +0000 |
commit | 96d14413a5da23ab6ac5aa93a966cd19d4898288 (patch) | |
tree | 880829f3978029aeff391e56fb15fdc52b4a3f63 /src/gpg/model/GpgSignature.cpp | |
parent | <doc, refactor>(ci): Tidy up code in gpg/function (diff) | |
download | GpgFrontend-96d14413a5da23ab6ac5aa93a966cd19d4898288.tar.gz GpgFrontend-96d14413a5da23ab6ac5aa93a966cd19d4898288.zip |
<doc, refactor>(ci): Tidy up code of core and related parts
1. Rename related entities.
2. Add a comments.
Diffstat (limited to 'src/gpg/model/GpgSignature.cpp')
-rw-r--r-- | src/gpg/model/GpgSignature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/model/GpgSignature.cpp b/src/gpg/model/GpgSignature.cpp index c8509edf..06180918 100644 --- a/src/gpg/model/GpgSignature.cpp +++ b/src/gpg/model/GpgSignature.cpp @@ -25,4 +25,4 @@ #include "GpgSignature.h" GpgFrontend::GpgSignature::GpgSignature(gpgme_signature_t sig) - : _signature_ref(sig, [&](gpgme_signature_t signature) {}) {} + : signature_ref_(sig, [&](gpgme_signature_t signature) {}) {} |