Skip to content

Commit

Permalink
Fix clazy overridden signal warnings
Browse files Browse the repository at this point in the history
  • 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.
6 changes: 0 additions & 6 deletions python/core/layout/qgslayoutmultiframe.sip.in
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/core/layout/qgslayoutmultiframe.h
Expand Up @@ -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.
Expand Down

0 comments on commit f0b14c5

Please sign in to comment.