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
d0939dee
Commit
d0939dee
authored
Nov 07, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Prefer function pointer to slot string
parent
cb7a3ec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/platforms/drm/drm_inputeventfilter.cpp
View file @
d0939dee
...
...
@@ -98,7 +98,7 @@ bool DpmsInputEventFilter::touchMotion(qint32 id, const QPointF &pos, quint32 ti
void
DpmsInputEventFilter
::
notify
()
{
// queued to not modify the list of event filters while filtering
QMetaObject
::
invokeMethod
(
m_backend
,
"
turnOutputsOn
"
,
Qt
::
QueuedConnection
);
QMetaObject
::
invokeMethod
(
m_backend
,
&
DrmBackend
::
turnOutputsOn
,
Qt
::
QueuedConnection
);
}
}
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