xcb: remove stray QDBusMenuConnection in QXcbNativeInterface
It was unintentionally left in from an earlier version of
38abd65377
Change-Id: I7b0b19ed313493562874642cae8865bb0783e366
Reviewed-by: Daniel Molkentin <daniel@molkentin.de>
Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>
This commit is contained in:
parent
23e9b57e3d
commit
26a05fc097
@ -86,8 +86,7 @@ static int resourceType(const QByteArray &key)
|
||||
QXcbNativeInterface::QXcbNativeInterface() :
|
||||
m_genericEventFilterType(QByteArrayLiteral("xcb_generic_event_t")),
|
||||
m_sysTraySelectionAtom(XCB_ATOM_NONE),
|
||||
m_systrayVisualId(XCB_NONE),
|
||||
m_dbusTrayConnection(Q_NULLPTR)
|
||||
m_systrayVisualId(XCB_NONE)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -121,7 +121,6 @@ private:
|
||||
|
||||
xcb_atom_t m_sysTraySelectionAtom;
|
||||
xcb_visualid_t m_systrayVisualId;
|
||||
QDBusMenuConnection *m_dbusTrayConnection;
|
||||
|
||||
static QXcbScreen *qPlatformScreenForWindow(QWindow *window);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user