Skip to content

Commit f63955e

Browse files
committed
Blacklist some symbols for Qt
1 parent 55c0046 commit f63955e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

projects/qt5/output-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
".*::fromStdString",
155155
".*::fromStdWString",
156156
".*::fromType",
157+
".*::iterator_category",
157158
".*::keyBegin",
158159
".*::keyEnd",
159160
".*::keyValueBegin",

projects/qt6/output-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
".*::if_compatible_qbytearray_like",
155155
".*::if_compatible_qstring_like",
156156
".*::if_compatible_string",
157+
".*::iterator_category",
157158
".*::keyBegin",
158159
".*::keyEnd",
159160
".*::keyValueBegin",
@@ -169,6 +170,8 @@
169170
"NSURL",
170171
"NSUUID",
171172
"__ORDER_LITTLE_ENDIAN__",
173+
"QAction::associatedWidgets",
174+
"QAction::associatedGraphicsWidgets",
172175
"QAlgorithmsPrivate::qt_builtin_clz",
173176
"QAlgorithmsPrivate::qt_builtin_clzll",
174177
"QAlgorithmsPrivate::qt_builtin_clzs",
@@ -388,6 +391,7 @@
388391
".*::createWithInitialProperties",
389392
".*::rbegin",
390393
".*::reference",
394+
".*::reference_type",
391395
".*::registerConverter",
392396
".*::rend",
393397
".*::resolveInterface",

0 commit comments

Comments
 (0)