Skip to content

Commit f0b14c5

Browse files
committed
Fix clazy overridden signal warnings
1 parent 0799835 commit f0b14c5

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

python/core/layout/qgslayoutmultiframe.sip.in

-6
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,6 @@ refreshed.
367367

368368
signals:
369369

370-
void changed();
371-
%Docstring
372-
Emitted when the properties of a multi frame have changed, and the GUI item widget
373-
must be updated.
374-
%End
375-
376370
void contentsChanged();
377371
%Docstring
378372
Emitted when the contents of the multi frame have changed and the frames

src/core/layout/qgslayoutmultiframe.h

-6
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,6 @@ class CORE_EXPORT QgsLayoutMultiFrame: public QgsLayoutObject, public QgsLayoutU
363363

364364
signals:
365365

366-
/**
367-
* Emitted when the properties of a multi frame have changed, and the GUI item widget
368-
* must be updated.
369-
*/
370-
void changed();
371-
372366
/**
373367
* Emitted when the contents of the multi frame have changed and the frames
374368
* must be redrawn.

0 commit comments

Comments
 (0)