mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
[sipify] better handling of type header includes (multiple)
This commit is contained in:
parent
37444f29eb
commit
7f4ae01b8c
@ -1479,6 +1479,7 @@ while CONTEXT.line_idx < CONTEXT.line_count:
|
||||
if match:
|
||||
dbg_info("found SIP_TYPEHEADER_INCLUDE")
|
||||
write_output("STI", f'#include "{match.group(1)}"\n')
|
||||
continue
|
||||
|
||||
if CONTEXT.is_qt6:
|
||||
CONTEXT.current_line = re.sub(
|
||||
|
Loading…
x
Reference in New Issue
Block a user