XWayland::Primary: Fix unused warnings
This commit is contained in:
parent
50b3d1d063
commit
e97e6e4068
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue