forked from qt-creator/qt-creator
QmlDesigner: fix build for older Qt versions
Change-Id: Ifca4aa284296718be359ec962408aba65d5463c1 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
|||||||
, m_pathCache{pathCache}
|
, m_pathCache{pathCache}
|
||||||
{}
|
{}
|
||||||
#else
|
#else
|
||||||
QmlDocumentParser(ProjectStorage &, PathCache &)
|
QmlDocumentParser(ProjectStorage &, PathCacheType &)
|
||||||
{}
|
{}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user