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
c9be643b
Commit
c9be643b
authored
Jul 06, 2021
by
Laurent Montel
😁
Browse files
Allow to create interface
parent
ee939270
Pipeline
#68838
passed with stage
in 41 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c9be643b
cmake_minimum_required
(
VERSION 3.16 FATAL_ERROR
)
set
(
PIM_VERSION
"5.17.5
5
"
)
set
(
PIM_VERSION
"5.17.5
6
"
)
project
(
Messagelib VERSION
${
PIM_VERSION
}
)
...
...
messageviewer/src/messageviewercheckbeforedeletingplugins/messageviewercheckbeforedeletingplugin.h
View file @
c9be643b
...
...
@@ -11,6 +11,7 @@
#include "messageviewer_export.h"
namespace
MessageViewer
{
class
MessageViewerCheckBeforeDeletingInterface
;
class
MessageViewerCheckBeforeDeletingPluginPrivate
;
/**
* @brief The MessageViewerCheckBeforeDeletingPlugin class
...
...
@@ -23,6 +24,7 @@ public:
explicit
MessageViewerCheckBeforeDeletingPlugin
(
QObject
*
parent
=
nullptr
);
~
MessageViewerCheckBeforeDeletingPlugin
();
virtual
MessageViewerCheckBeforeDeletingInterface
*
createInterface
(
QObject
*
parent
)
=
0
;
virtual
void
showConfigureDialog
(
QWidget
*
parent
);
void
setIsEnabled
(
bool
enabled
);
...
...
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