Skip to content

Commit

Permalink
qt.cfg: Activated commented out configuration, since #8479 was fixed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy authored Mar 19, 2024
1 parent b98b3f6 commit a9ac19d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cfg/qt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5254,9 +5254,7 @@
<!-- Treat QStringList as QList<QString> since we can't remove the template parameter when we inherit. -->
<define name="QStringList" value="QList&lt;QString&gt;"/>
<define name="Q_ARG(type, data)" value="QArgument&lt;type &gt;(#type, data)"/>
<!-- TODO: Enable when ticket 8479 got fixed
<define name="Q_D(Class)" value="Class##Private * const d = d_func()"/>
-->
<define name="Q_CLASSINFO(Name, Value)" value=""/>
<define name="Q_EXPORT_PLUGIN(ClassName)" value=""/>
<define name="Q_EXPORT_PLUGIN2(a,ClassName)" value=""/>
Expand Down

0 comments on commit a9ac19d

Please sign in to comment.