QXmpp
Version: 1.11.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
Typedefs
a
b
c
d
e
f
g
i
j
m
n
o
p
r
s
u
v
Enumerations
a
c
d
e
g
h
i
l
m
n
q
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
a
b
d
f
g
i
j
l
m
n
p
r
s
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
Loading...
Searching...
No Matches
src
base
QXmppGlobal_p.h
1
// SPDX-FileCopyrightText: 2022 Linus Jahn <lnj@kaidan.im>
2
//
3
// SPDX-License-Identifier: LGPL-2.1-or-later
4
5
#ifndef QXMPPGLOBAL_P_H
6
#define QXMPPGLOBAL_P_H
7
8
#include "QXmppGlobal.h"
9
10
#include <optional>
11
12
namespace
QXmpp::Private {
13
14
// Encryption enum
15
std::optional<EncryptionMethod> encryptionFromString(QStringView str);
16
QStringView encryptionToString(
EncryptionMethod
);
17
QStringView encryptionToName(
EncryptionMethod
);
18
19
}
// namespace QXmpp::Private
20
21
#endif
// QXMPPGLOBAL_P_H
QXmpp::EncryptionMethod
EncryptionMethod
Definition
QXmppGlobal.h:89
Generated by
1.9.8