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
KMail
Commits
a932c222
Commit
a932c222
authored
Sep 07, 2021
by
Laurent Montel
😁
Browse files
Add more Q_REQUIRED_RESULT
parent
37d9a6ed
Pipeline
#79105
passed with stage
in 24 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmkernel.h
View file @
a932c222
...
...
@@ -470,20 +470,20 @@ public:
void
checkFolderFromResources
(
const
Akonadi
::
Collection
::
List
&
collectionList
);
const
QAbstractItemModel
*
treeviewModelSelection
();
Q_REQUIRED_RESULT
const
QAbstractItemModel
*
treeviewModelSelection
();
void
savePaneSelection
();
void
updatePaneTagComboBox
();
PimCommon
::
AutoCorrection
*
composerAutoCorrection
();
Q_REQUIRED_RESULT
PimCommon
::
AutoCorrection
*
composerAutoCorrection
();
void
toggleSystemTray
();
FolderArchiveManager
*
folderArchiveManager
()
const
;
Q_REQUIRED_RESULT
bool
allowToDebug
()
const
;
Akonadi
::
Search
::
PIM
::
IndexedItems
*
indexedItems
()
const
;
Q_REQUIRED_RESULT
Akonadi
::
Search
::
PIM
::
IndexedItems
*
indexedItems
()
const
;
void
cleanupTemporaryFiles
();
MailCommon
::
MailCommonSettings
*
mailCommonSettings
()
const
;
...
...
src/kmmainwidget.h
View file @
a932c222
...
...
@@ -142,7 +142,7 @@ public:
static
const
KMMainWidget
*
mainWidgetList
();
QWidget
*
vacationScriptIndicator
()
const
;
QWidget
*
dkimWidgetInfo
()
const
;
Q_REQUIRED_RESULT
QWidget
*
dkimWidgetInfo
()
const
;
MailCommon
::
FolderTreeView
*
folderTreeView
()
const
;
/** Returns the XML GUI client. */
...
...
@@ -180,7 +180,7 @@ public:
Akonadi
::
StandardMailActionManager
*
standardMailActionManager
()
const
;
QAction
*
akonadiStandardAction
(
Akonadi
::
StandardActionManager
::
Type
type
);
QAction
*
akonadiStandardAction
(
Akonadi
::
StandardMailActionManager
::
Type
type
);
QWidget
*
zoomLabelIndicator
()
const
;
Q_REQUIRED_RESULT
QWidget
*
zoomLabelIndicator
()
const
;
void
clearPluginActions
();
...
...
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