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
3825521d
Commit
3825521d
authored
Apr 16, 2021
by
Laurent Montel
😁
Browse files
Fix warning about order
parent
a6737b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwidget.cpp
View file @
3825521d
...
...
@@ -195,8 +195,8 @@ Q_GLOBAL_STATIC(KMMainWidget::PtrList, theMainWidgetList)
//-----------------------------------------------------------------------------
KMMainWidget
::
KMMainWidget
(
QWidget
*
parent
,
KXMLGUIClient
*
aGUIClient
,
KActionCollection
*
actionCollection
,
const
KSharedConfig
::
Ptr
&
config
)
:
QWidget
(
parent
)
,
mManageShowCollectionProperties
(
new
ManageShowCollectionProperties
(
this
,
this
))
,
mLaunchExternalComponent
(
new
KMLaunchExternalComponent
(
this
,
this
))
,
mManageShowCollectionProperties
(
new
ManageShowCollectionProperties
(
this
,
this
))
{
// must be the first line of the constructor:
mStartupDone
=
false
;
...
...
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