diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/result_analyse/SignResultAnalyse.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gpg/result_analyse/SignResultAnalyse.h b/src/gpg/result_analyse/SignResultAnalyse.h index 4a1234fe..988ddf99 100644 --- a/src/gpg/result_analyse/SignResultAnalyse.h +++ b/src/gpg/result_analyse/SignResultAnalyse.h @@ -1,7 +1,7 @@ /** - * This file is part of GPGFrontend. + * This file is part of GpgFrontend. * - * GPGFrontend is free software: you can redistribute it and/or modify + * GpgFrontend is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -30,18 +30,18 @@ namespace GpgFrontend { class SignResultAnalyse : public ResultAnalyse { -public: + public: explicit SignResultAnalyse(GpgError error, GpgSignResult result); -protected: + protected: void do_analyse(); -private: + private: GpgError error; GpgSignResult result; }; -} // namespace GpgFrontend +} // namespace GpgFrontend -#endif // GPGFRONTEND_SIGNRESULTANALYSE_H +#endif // GPGFRONTEND_SIGNRESULTANALYSE_H |