QmlDesigner: fix build for older Qt versions

Change-Id: Ifca4aa284296718be359ec962408aba65d5463c1
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tim Jenssen
2024-10-04 17:57:55 +02:00
parent 1050d00fb4
commit 173148995c

View File

@@ -25,7 +25,7 @@ public:
, m_pathCache{pathCache}
{}
#else
QmlDocumentParser(ProjectStorage &, PathCache &)
QmlDocumentParser(ProjectStorage &, PathCacheType &)
{}
#endif