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
KDE Portal for XDG Desktop
Commits
81161407
Commit
81161407
authored
Feb 23, 2022
by
David Redondo
🏎
Browse files
Fix event filter
It's monitoredObj->installEventFilter(filterObj)
parent
7f767ac1
Pipeline
#141406
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/waylandintegration.cpp
View file @
81161407
...
...
@@ -414,7 +414,7 @@ void WaylandIntegration::WaylandIntegrationPrivate::setParentWindow(QWindow *win
}
window
->
setProperty
(
windowParentHandlePropertyName
,
parentHandle
);
installEventFilter
(
window
);
window
->
installEventFilter
(
this
);
}
bool
WaylandIntegration
::
WaylandIntegrationPrivate
::
eventFilter
(
QObject
*
watched
,
QEvent
*
event
)
...
...
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