Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
0c8e45c2
Commit
0c8e45c2
authored
Jun 02, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix method
parent
a8417c12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
kmail/editorsendcheckplugins/confirm-address/confirmaddressplugin.cpp
...sendcheckplugins/confirm-address/confirmaddressplugin.cpp
+2
-3
kmail/editorsendcheckplugins/confirm-address/confirmaddressplugin.h
...orsendcheckplugins/confirm-address/confirmaddressplugin.h
+1
-1
No files found.
kmail/editorsendcheckplugins/confirm-address/confirmaddressplugin.cpp
View file @
0c8e45c2
...
...
@@ -37,10 +37,9 @@ ConfirmAddressPlugin::~ConfirmAddressPlugin()
}
MessageComposer
::
PluginEditorCheckBeforeSendInterface
*
ConfirmAddressPlugin
::
createInterface
(
Q
Widge
t
*
parent
)
MessageComposer
::
PluginEditorCheckBeforeSendInterface
*
ConfirmAddressPlugin
::
createInterface
(
Q
Objec
t
*
parent
)
{
ConfirmAddressInterface
*
interface
=
new
ConfirmAddressInterface
(
this
);
interface
->
setParentWidget
(
parent
);
ConfirmAddressInterface
*
interface
=
new
ConfirmAddressInterface
(
parent
);
return
interface
;
}
...
...
kmail/editorsendcheckplugins/confirm-address/confirmaddressplugin.h
View file @
0c8e45c2
...
...
@@ -30,7 +30,7 @@ public:
explicit
ConfirmAddressPlugin
(
QObject
*
parent
=
Q_NULLPTR
,
const
QList
<
QVariant
>
&
=
{});
~
ConfirmAddressPlugin
();
MessageComposer
::
PluginEditorCheckBeforeSendInterface
*
createInterface
(
Q
Widge
t
*
parent
)
Q_DECL_OVERRIDE
;
MessageComposer
::
PluginEditorCheckBeforeSendInterface
*
createInterface
(
Q
Objec
t
*
parent
)
Q_DECL_OVERRIDE
;
};
#endif // CONFIRMADDRESSPLUGIN_H
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