QGraphicsAnchorLayout: own includes go first
... to check that they compile stand-alone. Change-Id: I10f651125c17ea64c631f2bede4332ea71d50a10 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>bb10
parent
d8c996120c
commit
2cc2bcca94
|
|
@ -31,6 +31,8 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "qgraphicsanchorlayout_p.h"
|
||||
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#include <QtWidgets/qapplication.h>
|
||||
#include <QtCore/qlinkedlist.h>
|
||||
|
|
@ -40,7 +42,6 @@
|
|||
#include <QtCore/qfile.h>
|
||||
#endif
|
||||
|
||||
#include "qgraphicsanchorlayout_p.h"
|
||||
|
||||
#ifndef QT_NO_GRAPHICSVIEW
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue