Skip to content
Permalink
Browse files
Fix clazy overridden signal warnings
  • Loading branch information
nyalldawson committed Feb 2, 2018
1 parent 0799835 commit f0b14c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
@@ -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.

0 comments on commit f0b14c5

Please sign in to comment.