From f0b14c56f97da03345e1e90ed156c8fec7cdb9c1 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 2 Feb 2018 12:57:00 +1000 Subject: [PATCH] Fix clazy overridden signal warnings --- python/core/layout/qgslayoutmultiframe.sip.in | 6 ------ src/core/layout/qgslayoutmultiframe.h | 6 ------ 2 files changed, 12 deletions(-) diff --git a/python/core/layout/qgslayoutmultiframe.sip.in b/python/core/layout/qgslayoutmultiframe.sip.in index 0a4933fba50..751ac4ad96e 100644 --- a/python/core/layout/qgslayoutmultiframe.sip.in +++ b/python/core/layout/qgslayoutmultiframe.sip.in @@ -367,12 +367,6 @@ refreshed. signals: - void changed(); -%Docstring -Emitted when the properties of a multi frame have changed, and the GUI item widget -must be updated. -%End - void contentsChanged(); %Docstring Emitted when the contents of the multi frame have changed and the frames diff --git a/src/core/layout/qgslayoutmultiframe.h b/src/core/layout/qgslayoutmultiframe.h index ec85d842249..e5192843e08 100644 --- a/src/core/layout/qgslayoutmultiframe.h +++ b/src/core/layout/qgslayoutmultiframe.h @@ -363,12 +363,6 @@ class CORE_EXPORT QgsLayoutMultiFrame: public QgsLayoutObject, public QgsLayoutU signals: - /** - * Emitted when the properties of a multi frame have changed, and the GUI item widget - * must be updated. - */ - void changed(); - /** * Emitted when the contents of the multi frame have changed and the frames * must be redrawn.