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
KMail
Commits
21da8ae0
Commit
21da8ae0
authored
Aug 29, 2021
by
Laurent Montel
😁
Browse files
Add explicit
parent
9c80ac44
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kmail_part.h
View file @
21da8ae0
...
...
@@ -21,7 +21,7 @@ class KMailPart : public KParts::ReadOnlyPart
Q_CLASSINFO
(
"D-Bus Interface"
,
"org.kde.kmail.kmailpart"
)
public:
KMailPart
(
QWidget
*
parentWidget
,
QObject
*
parent
,
const
QVariantList
&
);
explicit
KMailPart
(
QWidget
*
parentWidget
,
QObject
*
parent
,
const
QVariantList
&
);
~
KMailPart
()
override
;
QWidget
*
parentWidget
()
const
;
...
...
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