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
44837c8b
Commit
44837c8b
authored
Jun 28, 2021
by
Laurent Montel
😁
Browse files
Adapt to new api
parent
dd364cb7
Pipeline
#67803
passed with stage
in 53 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
44837c8b
...
...
@@ -73,7 +73,7 @@ set(LIBKLEO_LIB_VERSION "5.17.40")
set
(
AKONADI_LIB_VERSION
"5.17.40"
)
set
(
INCIDENCEEDITOR_LIB_VERSION
"5.17.40"
)
set
(
KTNEF_LIB_VERSION
"5.17.40"
)
set
(
MESSAGELIB_LIB_VERSION
"5.17.5
2
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.17.5
3
"
)
set
(
AKONADICALENDAR_LIB_VERSION
"5.17.40"
)
set
(
CALENDAR_UTILS_VERSION
"5.17.40"
)
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.17.40"
)
...
...
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.cpp
View file @
44837c8b
...
...
@@ -13,3 +13,9 @@ ConfirmBeforeDeletingInterface::ConfirmBeforeDeletingInterface(QObject *parent)
ConfirmBeforeDeletingInterface
::~
ConfirmBeforeDeletingInterface
()
{
}
bool
ConfirmBeforeDeletingInterface
::
exec
()
{
// TODO
return
false
;
}
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.h
View file @
44837c8b
...
...
@@ -15,4 +15,6 @@ class ConfirmBeforeDeletingInterface : public MessageViewer::MessageViewerCheckB
public:
explicit
ConfirmBeforeDeletingInterface
(
QObject
*
parent
=
nullptr
);
~
ConfirmBeforeDeletingInterface
()
override
;
Q_REQUIRED_RESULT
bool
exec
()
override
;
};
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