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
KDE PIM Add-ons
Commits
2c39ee68
Commit
2c39ee68
authored
Aug 24, 2021
by
Laurent Montel
😁
Browse files
Make it as override
parent
5ce03304
Pipeline
#76325
passed with stage
in 53 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2c39ee68
...
...
@@ -73,7 +73,7 @@ set(LIBKLEO_LIB_VERSION "5.18.40")
set
(
AKONADI_LIB_VERSION
"5.18.40"
)
set
(
INCIDENCEEDITOR_LIB_VERSION
"5.18.40"
)
set
(
KTNEF_LIB_VERSION
"5.18.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.18.4
2
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.18.4
3
"
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.18.40"
)
set
(
CALENDAR_UTILS_VERSION
"5.18.40"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.18.40"
)
...
...
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.h
View file @
2c39ee68
...
...
@@ -19,9 +19,9 @@ public:
Q_REQUIRED_RESULT
Akonadi
::
Item
::
List
exec
(
const
Akonadi
::
Item
::
List
&
list
)
override
;
Q_REQUIRED_RESULT
QList
<
QAction
*>
actions
()
const
override
;
void
createActions
(
KActionCollection
*
ac
)
override
;
private:
void
slotConfigure
();
void
createActions
(
KActionCollection
*
ac
);
QList
<
QAction
*>
mAction
;
};
Write
Preview
Supports
Markdown
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