Skip to content

Commit c07f09f

Browse files
committed
Add the usable parts of class QLoggingCategory.
1 parent 8013a8f commit c07f09f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎generator/typesystem_core.xml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<rejectionclass="QJsonValueRefPtr"/>
5454
<rejectionclass="QList::MemoryLayout"/>
5555
<rejectionclass="QListSpecialMethods"/>
56-
<rejectionclass="QLoggingCategory"/>
5756
<rejectionclass="QMapDataBase"/>
5857
<rejectionclass="QMapNodeBase"/>
5958
<rejectionclass="QMetaTypeIdQObject"/>
@@ -496,6 +495,7 @@
496495
<rejectionclass="QList::Node"/>
497496
<rejectionclass="QList::const_iterator"/>
498497
<rejectionclass="QList::iterator"/>
498+
<rejectionclass="QLoggingCategory::AtomicBools"/>
499499
<rejectionclass="QMetaTypeId2"/>
500500
<rejectionclass="QMutableSetIterator"/>
501501
<rejectionclass="QSubString"/>
@@ -1912,6 +1912,14 @@
19121912
<object-typename="QUrlQuery"/>
19131913
<object-typename="QTemporaryDir"/>
19141914

1915+
<object-typename="QLoggingCategory">
1916+
<modify-functionsignature="QLoggingCategory(const char*)"remove="all"/>
1917+
<modify-functionsignature="QLoggingCategory(const char*, QtMsgType)"remove="all"/>
1918+
<modify-functionsignature="operator()()"remove="all"/>
1919+
<modify-functionsignature="operator()()const"remove="all"/>
1920+
</object-type>
1921+
1922+
19151923
<!-- <object-type name="QAccessibleActionInterface"/> -->
19161924
<enum-typename="QJsonValue::Type"/>
19171925
<enum-typename="QRegularExpression::MatchType"/>

0 commit comments

Comments
(0)