Fix clazy overridden signal warnings

This commit is contained in:
Nyall Dawson 2018-02-02 12:57:00 +10:00
parent 0799835292
commit f0b14c56f9
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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.