Remove a couple of QtGui/QtGui header entries
Removed a couple of header entries since they were causing build problems on Mac. Additionally it is a bit much to include QtGui/QtGui in a private header file. Added in an include to QCache and QGradient which was necessary afterwards. Change-Id: I442efc799a4c81b50ec30d58f1aedfb08e686fcb Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
b36ece3ff4
commit
b8342ad6fd
@ -52,9 +52,9 @@
|
||||
|
||||
#include <QMultiHash>
|
||||
#include <QObject>
|
||||
#include <QtGui/QtGui>
|
||||
#include <private/qopenglcontext_p.h>
|
||||
#include <QtCore/qmutex.h>
|
||||
#include <QGradient>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
#include <QHash>
|
||||
#include <QObject>
|
||||
#include <QtGui/QtGui>
|
||||
#include <QCache>
|
||||
#include <private/qopenglcontext_p.h>
|
||||
#include <QtCore/qmutex.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user