aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/result_analyse/GpgVerifyResultAnalyse.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-26 18:33:11 +0000
committersaturneric <[email protected]>2025-01-26 18:33:11 +0000
commit8e7d3d6ac723917f73dcdb188b0056b1798c0ffb (patch)
tree4e33b07c5b743d9cd4b390a01aab6075a94c5ec8 /src/core/function/result_analyse/GpgVerifyResultAnalyse.h
parentfeat: allow file batch operations (diff)
downloadGpgFrontend-8e7d3d6ac723917f73dcdb188b0056b1798c0ffb.tar.gz
GpgFrontend-8e7d3d6ac723917f73dcdb188b0056b1798c0ffb.zip
fix: optimums unknown fpr verifying helper
Diffstat (limited to 'src/core/function/result_analyse/GpgVerifyResultAnalyse.h')
-rw-r--r--src/core/function/result_analyse/GpgVerifyResultAnalyse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/function/result_analyse/GpgVerifyResultAnalyse.h b/src/core/function/result_analyse/GpgVerifyResultAnalyse.h
index b3e318b8..b5f681ab 100644
--- a/src/core/function/result_analyse/GpgVerifyResultAnalyse.h
+++ b/src/core/function/result_analyse/GpgVerifyResultAnalyse.h
@@ -67,7 +67,7 @@ class GPGFRONTEND_CORE_EXPORT GpgVerifyResultAnalyse : public GpgResultAnalyse {
*
* @return QList<QString>
*/
- [[nodiscard]] auto GetUnknownSignatures() const -> QList<QString>;
+ [[nodiscard]] auto GetUnknownSignatures() const -> QStringList;
protected:
/**
@@ -99,7 +99,7 @@ class GPGFRONTEND_CORE_EXPORT GpgVerifyResultAnalyse : public GpgResultAnalyse {
GpgError error_; ///<
GpgVerifyResult result_; ///<
- QList<QString> unknown_signer_fpr_list_;
+ QStringList unknown_signer_fpr_list_;
};
} // namespace GpgFrontend