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
8274c804
Commit
8274c804
authored
Jun 30, 2021
by
Laurent Montel
😁
Browse files
Return list of item
parent
779583d5
Pipeline
#68034
passed with stage
in 39 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8274c804
cmake_minimum_required
(
VERSION 3.16 FATAL_ERROR
)
set
(
PIM_VERSION
"5.17.5
4
"
)
set
(
PIM_VERSION
"5.17.5
5
"
)
project
(
Messagelib VERSION
${
PIM_VERSION
}
)
...
...
messageviewer/src/messageviewercheckbeforedeletingplugins/messageviewercheckbeforedeletinginterface.h
View file @
8274c804
...
...
@@ -27,7 +27,7 @@ public:
void
setParentWidget
(
QWidget
*
parent
);
Q_REQUIRED_RESULT
QWidget
*
parentWidget
()
const
;
virtual
bool
exec
(
Akonadi
::
Item
::
List
&
list
)
=
0
;
virtual
Q_REQUIRED_RESULT
Akonadi
::
Item
::
List
exec
(
const
Akonadi
::
Item
::
List
&
list
)
=
0
;
void
setParameters
(
const
MessageViewer
::
MessageViewerCheckBeforeDeletingParameters
&
params
);
Q_REQUIRED_RESULT
MessageViewer
::
MessageViewerCheckBeforeDeletingParameters
parameters
()
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