Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
9f7d983a
Commit
9f7d983a
authored
Nov 04, 2020
by
Daniel Vrátil
🤖
Committed by
Laurent Montel
Nov 05, 2020
Browse files
DKIM: export nested classes
parent
f26a3642
Changes
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/dkim-verify/dkimchecksignaturejob.h
View file @
9f7d983a
...
...
@@ -79,7 +79,7 @@ public:
Q_ENUM
(
AuthenticationMethod
)
struct
DKIMCheckSignatureAuthenticationResult
{
struct
MESSAGEVIEWER_EXPORT
DKIMCheckSignatureAuthenticationResult
{
QString
errorStr
;
QString
infoResult
;
AuthenticationMethod
method
=
AuthenticationMethod
::
Unknown
;
...
...
@@ -90,7 +90,7 @@ public:
Q_REQUIRED_RESULT
bool
isValid
()
const
;
};
struct
CheckSignatureResult
{
struct
MESSAGEVIEWER_EXPORT
CheckSignatureResult
{
Q_REQUIRED_RESULT
bool
isValid
()
const
;
Q_REQUIRED_RESULT
bool
operator
==
(
const
CheckSignatureResult
&
other
)
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment