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
e97e6e40
Commit
e97e6e40
authored
Apr 30, 2022
by
Méven Car
Browse files
XWayland::Primary: Fix unused warnings
parent
50b3d1d0
Pipeline
#170143
passed with stage
in 12 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/xwayland/primary.cpp
View file @
e97e6e40
...
...
@@ -146,6 +146,9 @@ void Primary::doHandleXfixesNotify(xcb_xfixes_selection_notify_event_t *event)
void
Primary
::
x11OffersChanged
(
const
QStringList
&
added
,
const
QStringList
&
removed
)
{
Q_UNUSED
(
added
)
Q_UNUSED
(
removed
)
m_waitingForTargets
=
false
;
X11Source
*
source
=
x11Source
();
if
(
!
source
)
{
...
...
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