Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libksieve
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
libksieve
Commits
23fb3bb1
Commit
23fb3bb1
authored
May 08, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing Q_REQUIRED_RESULT
parent
fab2224b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/ksieveui/util/autotests/akonadiimapsettinginterfacetest.h
...ksieveui/util/autotests/akonadiimapsettinginterfacetest.h
+13
-13
No files found.
src/ksieveui/util/autotests/akonadiimapsettinginterfacetest.h
View file @
23fb3bb1
...
...
@@ -46,19 +46,19 @@ public:
AkonadiImapSettingInterfaceTest
(
const
AkonadiImapSettingInterfaceDataTest
&
data
);
~
AkonadiImapSettingInterfaceTest
()
override
;
bool
sieveSupport
()
const
override
;
bool
sieveReuseConfig
()
const
override
;
QString
imapServer
()
const
override
;
QString
userName
()
const
override
;
int
sievePort
()
const
override
;
QString
sieveCustomUsername
()
const
override
;
QString
sieveCustomAuthentification
()
const
override
;
QString
sieveVacationFilename
()
const
override
;
QString
safety
()
const
override
;
int
alternateAuthentication
()
const
override
;
int
authentication
()
const
override
;
QString
sieveAlternateUrl
()
const
override
;
int
imapPort
()
const
override
;
Q_REQUIRED_RESULT
bool
sieveSupport
()
const
override
;
Q_REQUIRED_RESULT
bool
sieveReuseConfig
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
imapServer
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
userName
()
const
override
;
Q_REQUIRED_RESULT
int
sievePort
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
sieveCustomUsername
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
sieveCustomAuthentification
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
sieveVacationFilename
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
safety
()
const
override
;
Q_REQUIRED_RESULT
int
alternateAuthentication
()
const
override
;
Q_REQUIRED_RESULT
int
authentication
()
const
override
;
Q
_REQUIRED_RESULT
Q
String
sieveAlternateUrl
()
const
override
;
Q_REQUIRED_RESULT
int
imapPort
()
const
override
;
private:
AkonadiImapSettingInterfaceDataTest
mData
;
};
...
...
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