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
KSmtp
Commits
b36c7eac
Commit
b36c7eac
authored
Apr 13, 2022
by
Laurent Montel
😁
Browse files
Add missing q_required_result
parent
93cd12c1
Pipeline
#166368
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/loginjob.cpp
View file @
b36c7eac
...
...
@@ -48,12 +48,12 @@ public:
~
LoginJobPrivate
()
override
=
default
;
bool
sasl_interact
();
bool
sasl_init
();
bool
sasl_challenge
(
const
QByteArray
&
data
);
Q_REQUIRED_RESULT
bool
sasl_interact
();
Q_REQUIRED_RESULT
bool
sasl_init
();
Q_REQUIRED_RESULT
bool
sasl_challenge
(
const
QByteArray
&
data
);
bool
authenticate
();
bool
selectAuthentication
();
Q_REQUIRED_RESULT
bool
authenticate
();
Q_REQUIRED_RESULT
bool
selectAuthentication
();
Q_REQUIRED_RESULT
LoginJob
::
AuthMode
authModeFromCommand
(
const
QByteArray
&
mech
)
const
;
Q_REQUIRED_RESULT
QByteArray
authCommand
(
LoginJob
::
AuthMode
mode
)
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