1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

PyFalkon: Suppress workarounded warnings

This commit is contained in:
David Rosca 2018-02-26 16:59:38 +01:00
parent 32a31142a6
commit 228e672254
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -201,4 +201,9 @@
</inject-code> </inject-code>
</add-function> </add-function>
<suppress-warning text="Unable to translate type &quot;std::function&lt;QPoint (QSize)&gt;&quot;:*"/>
<suppress-warning text="Unable to translate type &quot;std::function&lt;void ()&gt;&quot;:*"/>
<suppress-warning text="skipping field 'ClickController::popupClosed'*"/>
<suppress-warning text="skipping field 'ClickController::popupPosition'*"/>
</typesystem> </typesystem>