forked from qt-creator/qt-creator
QmlJS: Fix warning regarding forward declaration
Change-Id: I37dad31562565b75db2d92b2f956cf8ba629b5a0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -46,7 +46,7 @@ QT_END_NAMESPACE
|
|||||||
|
|
||||||
namespace QmlJS {
|
namespace QmlJS {
|
||||||
class ImportInfo;
|
class ImportInfo;
|
||||||
class ViewerContext;
|
struct ViewerContext;
|
||||||
namespace Internal { class ImportDependenciesPrivate; }
|
namespace Internal { class ImportDependenciesPrivate; }
|
||||||
class ImportDependencies;
|
class ImportDependencies;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user