Skip to content

Commit

Permalink
python: Remove duplicate rejection and enum
Browse files Browse the repository at this point in the history
As suggested in pr #552
  • Loading branch information
iamsergio committed Dec 20, 2024
1 parent 7339a62 commit f2b7be2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/PyKDDockWidgets/typesystem_kddockwidgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
typesystem because it already include gui and core typesystem -->
<load-typesystem name="typesystem_widgets.xml" generate="no" />

<rejection class="KDDockWidgets" function-name="qt_getEnumName" />
<rejection class="KDDockWidgets" function-name="qt_getEnumMetaObject" />
<rejection class="KDDockWidgets" function-name="qt_getEnumName" />

Expand All @@ -27,7 +26,6 @@
<enum-type name="FrontendType" />
<enum-type name="InitialVisibilityOption" />
<enum-type name="RestoreOption" flags="RestoreOptions" />
<enum-type name="DropIndicatorType" />
<enum-type name="SizePolicy" />
<enum-type name="SideBarLocation" />
<enum-type name="TitleBarButtonType" />
Expand All @@ -42,7 +40,6 @@
<enum-type name="FrameOption" flags="FrameOptions" />
<enum-type name="StackOption" flags="StackOptions" />
<enum-type name="FloatingWindowFlag" flags="FloatingWindowFlags" />
<enum-type name="FloatingWindowFlag" flags="FloatingWindowFlags" />
<enum-type name="DefaultSizeMode" />

<!-- our classes
Expand Down

0 comments on commit f2b7be2

Please sign in to comment.