diff options
Diffstat (limited to 'src/gpg/function/UidOperator.h')
-rw-r--r-- | src/gpg/function/UidOperator.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/gpg/function/UidOperator.h b/src/gpg/function/UidOperator.h index e3068b1f..7d5df254 100644 --- a/src/gpg/function/UidOperator.h +++ b/src/gpg/function/UidOperator.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. @@ -48,10 +48,8 @@ class UidOperator : public SingletonFunctionObject<UidOperator> { * @param email * @return */ - bool addUID(const GpgKey& key, - const std::string& name, - const std::string& comment, - const std::string& email); + bool addUID(const GpgKey& key, const std::string& name, + const std::string& comment, const std::string& email); /** * Revoke(Delete) UID from certain key pair |