forked from qt-creator/qt-creator
QmlDesigner: Fix missing forward declration
Change-Id: I8969153ec6bb531c2c5bcfa47bf99b15aefbd552 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
c254ba7106
commit
4978cbc5f6
@@ -8,7 +8,6 @@
|
||||
#include "uniform.h"
|
||||
|
||||
#include <QByteArrayView>
|
||||
#include <QRegularExpression>
|
||||
#include <QVector2D>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#include "shaderfeatures.h"
|
||||
|
||||
#include <QMap>
|
||||
#include <QRegularExpression>
|
||||
#include <QStandardItemModel>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
Reference in New Issue
Block a user