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/GpgUID.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 '')
-rw-r--r-- | src/gpg/model/GpgUID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/model/GpgUID.cpp b/src/gpg/model/GpgUID.cpp index c0a63bab..b8d86323 100644 --- a/src/gpg/model/GpgUID.cpp +++ b/src/gpg/model/GpgUID.cpp @@ -25,4 +25,4 @@ #include "gpg/model/GpgUID.h" GpgFrontend::GpgUID::GpgUID(gpgme_user_id_t uid) - : _uid_ref(uid, [&](gpgme_user_id_t uid) {}) {}
\ No newline at end of file + : uid_ref_(uid, [&](gpgme_user_id_t uid) {}) {}
\ No newline at end of file |