diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/result_analyse/GpgSignResultAnalyse.cpp (renamed from src/gpg/result_analyse/SignResultAnalyse.cpp) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpg/result_analyse/SignResultAnalyse.cpp b/src/gpg/result_analyse/GpgSignResultAnalyse.cpp index cde1fa4e..b3b05435 100644 --- a/src/gpg/result_analyse/SignResultAnalyse.cpp +++ b/src/gpg/result_analyse/GpgSignResultAnalyse.cpp @@ -26,15 +26,15 @@ * */ -#include "gpg/result_analyse/SignResultAnalyse.h" +#include "gpg/result_analyse/GpgSignResultAnalyse.h" #include "gpg/function/GpgKeyGetter.h" -GpgFrontend::SignResultAnalyse::SignResultAnalyse(GpgError error, +GpgFrontend::GpgSignResultAnalyse::GpgSignResultAnalyse(GpgError error, GpgSignResult result) : error_(error), result_(std::move(result)) {} -void GpgFrontend::SignResultAnalyse::do_analyse() { +void GpgFrontend::GpgSignResultAnalyse::do_analyse() { LOG(INFO) << _("Start Sign Result Analyse"); stream_ << "[#] " << _("Sign Operation") << " "; |