XWayland::Primary: Fix unused warnings

This commit is contained in:
Méven Car 2022-04-30 19:49:29 +02:00
parent 50b3d1d063
commit e97e6e4068

View file

@ -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) {