Skip to content

Commit

Permalink
Add missing sip
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ committed Sep 23, 2024
1 parent 8f896a5 commit dc9abb6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/PyQt6/gui/auto_generated/layout/qgslayoutview.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ for the given key ``event``.
%Docstring
Sets a section ``label``, to display above the first page shown in the
view.
%End

virtual bool eventFilter( QObject *object, QEvent *event );

%Docstring
Event filter to handle mouse release on scroll bars
%End

public slots:
Expand Down
6 changes: 6 additions & 0 deletions python/gui/auto_generated/layout/qgslayoutview.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ for the given key ``event``.
%Docstring
Sets a section ``label``, to display above the first page shown in the
view.
%End

virtual bool eventFilter( QObject *object, QEvent *event );

%Docstring
Event filter to handle mouse release on scroll bars
%End

public slots:
Expand Down

0 comments on commit dc9abb6

Please sign in to comment.