From 0de4dffa0c5abc80df7063daf6bc9d1754891a9d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 2 Nov 2017 14:13:37 +0100 Subject: shikoben2: Extend type system path resolution - Remove stripping of directory components from the file names so that for example QtCore/typesystem_core.xml can also be resolved via type system path. - In addition, pass in the path of the current file being parsed so that for example typesystem_core_x11.xml is found from the directory of typesystem_core.xml while parsing Change-Id: Id10aafaf21750aa87460ccfe9ee3c3764086eda6 Reviewed-by: Alexandru Croitor --- sources/shiboken2/ApiExtractor/typesystem_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/shiboken2/ApiExtractor/typesystem_p.h') diff --git a/sources/shiboken2/ApiExtractor/typesystem_p.h b/sources/shiboken2/ApiExtractor/typesystem_p.h index d485aad42..fd67ef49b 100644 --- a/sources/shiboken2/ApiExtractor/typesystem_p.h +++ b/sources/shiboken2/ApiExtractor/typesystem_p.h @@ -172,6 +172,7 @@ private: QHash tagNames; QString m_currentSignature; + QString m_currentPath; }; #endif -- cgit v1.2.3