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
8b461ff4
Commit
8b461ff4
authored
Dec 11, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
--warning
Do not capture a variable that we don't use.
parent
f7cd5c5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
debug_console.cpp
View file @
8b461ff4
...
...
@@ -1275,7 +1275,7 @@ SurfaceTreeModel::SurfaceTreeModel(QObject *parent)
watchSubsurfaces
(
c
);
}
connect
(
workspace
(),
&
Workspace
::
clientAdded
,
this
,
[
this
,
reset
,
watchSubsurfaces
]
(
AbstractClient
*
c
)
{
[
reset
,
watchSubsurfaces
]
(
AbstractClient
*
c
)
{
watchSubsurfaces
(
c
);
reset
();
}
...
...
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