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
KWayland Server
Commits
ad602ced
Commit
ad602ced
authored
Oct 30, 2020
by
Vlad Zahorodnii
Browse files
Add missing context object
parent
7c3ae32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/outputmanagement_interface.cpp
View file @
ad602ced
...
...
@@ -71,7 +71,7 @@ void OutputManagementInterface::Private::createConfiguration(wl_client* client,
}
configurationInterfaces
[
resource
]
=
config
;
connect
(
config
,
&
QObject
::
destroyed
,
[
this
,
resource
]
{
connect
(
config
,
&
QObject
::
destroyed
,
q
,
[
this
,
resource
]
{
configurationInterfaces
.
remove
(
resource
);
});
}
...
...
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