diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-05-13 19:34:42 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-05-20 17:29:12 +0200 |
| commit | ca5065c2c9b10250d8728517cc2b48e638831eaf (patch) | |
| tree | 205962bfce540a497679917bd9e2665a81eb8f1f /src/client/QXmppE2eeExtension.cpp | |
| parent | 02280643cceb63a19ea94d580285c04d76b544eb (diff) | |
| download | qxmpp-ca5065c2c9b10250d8728517cc2b48e638831eaf.tar.gz | |
E2eeExtension: Rename EncryptMessageResult to MessageEncryptResult
Diffstat (limited to 'src/client/QXmppE2eeExtension.cpp')
| -rw-r--r-- | src/client/QXmppE2eeExtension.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/QXmppE2eeExtension.cpp b/src/client/QXmppE2eeExtension.cpp index f439e85d..1a6d5e5c 100644 --- a/src/client/QXmppE2eeExtension.cpp +++ b/src/client/QXmppE2eeExtension.cpp @@ -19,11 +19,9 @@ /// /// Indicates that the input was not encrypted and so nothing could be decrypted. /// -/// \since QXmpp 1.5 -/// /// -/// \typedef QXmppE2eeExtension::EncryptMessageResult +/// \typedef QXmppE2eeExtension::MessageEncryptResult /// /// Contains the XML serialized message stanza with encrypted contents or a /// QXmpp::SendError in case the message couldn't be encrypted. |
