QXcbNativeInterface: remove unused field m_sysTraySelectionAtom
Says Clang: qxcbnativeinterface.h:141:16: error: private field 'm_sysTraySelectionAtom' is not used [-Werror,-Wunused-private-field] xcb_atom_t m_sysTraySelectionAtom = XCB_ATOM_NONE; ^ Detected by includemocs. Pick-to: 6.3 6.2 5.15 Change-Id: Ie08c2b268b508ed87e63010fc22311ab6c8d0e40 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
a3a07dd16d
commit
1fa72be230
@ -138,8 +138,6 @@ signals:
|
||||
private:
|
||||
const QByteArray m_nativeEventType = QByteArrayLiteral("xcb_generic_event_t");
|
||||
|
||||
xcb_atom_t m_sysTraySelectionAtom = XCB_ATOM_NONE;
|
||||
|
||||
static QXcbScreen *qPlatformScreenForWindow(QWindow *window);
|
||||
|
||||
QList<QXcbNativeInterfaceHandler *> m_handlers;
|
||||
|
Loading…
x
Reference in New Issue
Block a user