Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
700d5194
Commit
700d5194
authored
May 17, 2016
by
Allen Winter
Browse files
server/plasmawindowmanagement_interface.cpp - fix -Wreorder warning
parent
f99492a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/plasmawindowmanagement_interface.cpp
View file @
700d5194
...
...
@@ -268,8 +268,8 @@ const struct org_kde_plasma_window_interface PlasmaWindowInterface::Private::s_i
#endif
PlasmaWindowInterface
::
Private
::
Private
(
PlasmaWindowManagementInterface
*
wm
,
PlasmaWindowInterface
*
q
)
:
q
(
q
)
,
wm
(
wm
)
:
wm
(
wm
)
,
q
(
q
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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