XCB: Do not depend on transitive includes
As a drive-by, follow the coding convention when including qobject.h Change-Id: I73066646d7f03ee0138e70567738e296b2183f63 Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
e4ab3e39e1
commit
49b25ab07b
@ -45,7 +45,8 @@
|
||||
#include <xcb/xcb.h>
|
||||
#include <xcb/xfixes.h>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qmap.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -42,6 +42,7 @@
|
||||
|
||||
#ifndef QT_NO_SESSIONMANAGER
|
||||
|
||||
#include <QtCore/qvarlengtharray.h>
|
||||
#include <qpa/qwindowsysteminterface.h>
|
||||
|
||||
#include <qguiapplication.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user