aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/VerifyKeyDetailBox.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-19 19:03:27 +0000
committerSaturneric <[email protected]>2022-05-19 19:03:42 +0000
commitef25178144232d7363bac6dd63c0bf9878da02a5 (patch)
tree936a3f4b8ea338ed845a2c5ffe961dafc707aa8e /src/ui/widgets/VerifyKeyDetailBox.h
parentfix: adjust initialized order and organize (diff)
downloadGpgFrontend-ef25178144232d7363bac6dd63c0bf9878da02a5.tar.gz
GpgFrontend-ef25178144232d7363bac6dd63c0bf9878da02a5.zip
fix: solve general problems for compiling
Diffstat (limited to '')
-rw-r--r--src/ui/widgets/VerifyKeyDetailBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/VerifyKeyDetailBox.h b/src/ui/widgets/VerifyKeyDetailBox.h
index 18fa7963..57f133d5 100644
--- a/src/ui/widgets/VerifyKeyDetailBox.h
+++ b/src/ui/widgets/VerifyKeyDetailBox.h
@@ -65,7 +65,7 @@ class VerifyKeyDetailBox : public QGroupBox {
*/
QGridLayout* create_key_info_grid(const GpgSignature& signature);
- std::string fpr_; ///<
+ std::string fpr_; ///< fingerprint of the key
};
} // namespace GpgFrontend::UI