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

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

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

0 commit comments

Comments
 (0)