Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
DKIM: export nested classes
parent
f26a3642
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
messageviewer/src/dkim-verify/dkimchecksignaturejob.h
messageviewer/src/dkim-verify/dkimchecksignaturejob.h
+2
-2
No files found.
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
Markdown
is supported
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