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
3bbb6e9e
Commit
3bbb6e9e
authored
Aug 23, 2021
by
Laurent Montel
😁
Browse files
Add configure signal here
parent
07c1509a
Pipeline
#76211
passed with stage
in 42 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3bbb6e9e
cmake_minimum_required
(
VERSION 3.16 FATAL_ERROR
)
set
(
PIM_VERSION
"5.18.4
1
"
)
set
(
PIM_VERSION
"5.18.4
2
"
)
project
(
Messagelib VERSION
${
PIM_VERSION
}
)
...
...
messageviewer/src/messageviewercheckbeforedeletingplugins/messageviewercheckbeforedeletinginterface.h
View file @
3bbb6e9e
...
...
@@ -36,6 +36,9 @@ public:
virtual
Q_REQUIRED_RESULT
QList
<
QAction
*>
actions
()
const
;
Q_SIGNALS:
void
configure
(
QWidget
*
parent
);
public
Q_SLOTS
:
virtual
void
reloadConfig
();
...
...
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