Skip to content

Commit

Permalink
Add the usable parts of class QLoggingCategory.
Browse files Browse the repository at this point in the history
  • Loading branch information
usiems committed Jun 25, 2019
1 parent 8013a8f commit c07f09f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion generator/typesystem_core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<rejection class="QJsonValueRefPtr"/>
<rejection class="QList::MemoryLayout"/>
<rejection class="QListSpecialMethods"/>
<rejection class="QLoggingCategory"/>
<rejection class="QMapDataBase"/>
<rejection class="QMapNodeBase"/>
<rejection class="QMetaTypeIdQObject"/>
Expand Down Expand Up @@ -496,6 +495,7 @@
<rejection class="QList::Node"/>
<rejection class="QList::const_iterator"/>
<rejection class="QList::iterator"/>
<rejection class="QLoggingCategory::AtomicBools"/>
<rejection class="QMetaTypeId2"/>
<rejection class="QMutableSetIterator"/>
<rejection class="QSubString"/>
Expand Down Expand Up @@ -1912,6 +1912,14 @@
<object-type name="QUrlQuery"/>
<object-type name="QTemporaryDir"/>

<object-type name="QLoggingCategory">
<modify-function signature="QLoggingCategory(const char*)" remove="all"/>
<modify-function signature="QLoggingCategory(const char*, QtMsgType)" remove="all"/>
<modify-function signature="operator()()" remove="all"/>
<modify-function signature="operator()()const" remove="all"/>
</object-type>


<!-- <object-type name="QAccessibleActionInterface"/> -->
<enum-type name="QJsonValue::Type"/>
<enum-type name="QRegularExpression::MatchType"/>
Expand Down

0 comments on commit c07f09f

Please sign in to comment.