diff --git a/python/PyQt6/gui/auto_generated/layout/qgslayoutview.sip.in b/python/PyQt6/gui/auto_generated/layout/qgslayoutview.sip.in index b42eb8553526..ce631156edcf 100644 --- a/python/PyQt6/gui/auto_generated/layout/qgslayoutview.sip.in +++ b/python/PyQt6/gui/auto_generated/layout/qgslayoutview.sip.in @@ -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: diff --git a/python/gui/auto_generated/layout/qgslayoutview.sip.in b/python/gui/auto_generated/layout/qgslayoutview.sip.in index fe1509296bad..b167847d076d 100644 --- a/python/gui/auto_generated/layout/qgslayoutview.sip.in +++ b/python/gui/auto_generated/layout/qgslayoutview.sip.in @@ -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: