Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Fix duplicate nativeEvent_protected declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Jul 25, 2022
1 parent 6bbfdb1 commit 607b1aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bindings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,7 @@
</modify-function>
</object-type>

<object-type name="CFloatingDockContainer">
<!-- Qt5: remove native event for now -->
<modify-function signature="nativeEvent(const QByteArray &amp;, void *, long *)" remove="all" />

<object-type name="CFloatingDockContainer">
<modify-function signature="CFloatingDockContainer(ads::CDockManager*)">
<modify-argument index="1">
<parent index="this" action="add"/>
Expand All @@ -377,4 +374,4 @@
</modify-function>
</object-type>
</namespace-type>
</typesystem>
</typesystem>

0 comments on commit 607b1aa

Please sign in to comment.