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
9c3b4abc
Commit
9c3b4abc
authored
Jun 25, 2021
by
Laurent Montel
😁
Browse files
Inherite from MessageViewer::MessageViewerCheckBeforeDeletingInterface
parent
f0609643
Pipeline
#67480
passed with stage
in 52 minutes and 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.cpp
View file @
9c3b4abc
...
...
@@ -6,7 +6,7 @@
#include "confirmbeforedeletinginterface.h"
ConfirmBeforeDeletingInterface
::
ConfirmBeforeDeletingInterface
(
QObject
*
parent
)
:
QObject
(
parent
)
:
MessageViewer
::
MessageViewerCheckBeforeDeletingInterface
(
parent
)
{
}
...
...
kmail/checkbeforedeletemailplugins/confirmbeforedeleting/confirmbeforedeletinginterface.h
View file @
9c3b4abc
...
...
@@ -6,9 +6,10 @@
#pragma once
#include <MessageViewer/MessageViewerCheckBeforeDeletingInterface>
#include <QObject>
class
ConfirmBeforeDeletingInterface
:
public
QObject
class
ConfirmBeforeDeletingInterface
:
public
MessageViewer
::
MessageViewerCheckBeforeDeletingInterface
{
Q_OBJECT
public:
...
...
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