forward declaration for QVariant
This commit is contained in:
parent
aaac57de94
commit
465009bce2
|
@ -9,7 +9,6 @@
|
|||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <memory>
|
||||
|
||||
typedef unsigned int QRgb;
|
||||
|
@ -19,6 +18,7 @@ class QColor;
|
|||
class QFont;
|
||||
class QMarginsF;
|
||||
struct QMetaObject;
|
||||
class QVariant;
|
||||
class QDebug;
|
||||
|
||||
class QSGNode;
|
||||
|
|
Loading…
Reference in New Issue