mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix clazy overridden signal warnings
This commit is contained in:
parent
0799835292
commit
f0b14c56f9
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user