From dc9abb66df04c1fbccebe5b7dba2bfea392c54f4 Mon Sep 17 00:00:00 2001 From: Yoann Quenach de Quivillic Date: Mon, 23 Sep 2024 16:09:15 +0200 Subject: [PATCH] Add missing sip --- python/PyQt6/gui/auto_generated/layout/qgslayoutview.sip.in | 6 ++++++ python/gui/auto_generated/layout/qgslayoutview.sip.in | 6 ++++++ 2 files changed, 12 insertions(+) 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: