Skip to content

Commit 519a30f

Browse files
committedFeb 25, 2019
Standardise dox for signals
1 parent cab2dcf commit 519a30f

File tree

64 files changed

+139
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+139
-167
lines changed
 

‎python/core/auto_generated/layout/qgslayout.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ Updates the scene bounds of the layout.
624624

625625
void changed();
626626
%Docstring
627-
Is emitted when properties of the layout change. This signal is only
627+
Emitted when properties of the layout change. This signal is only
628628
emitted for settings directly managed by the layout, and is not emitted
629629
when child items change.
630630
%End
@@ -642,7 +642,7 @@ If None, no item is selected.
642642

643643
void refreshed();
644644
%Docstring
645-
Is emitted when the layout has been refreshed and items should also be refreshed
645+
Emitted when the layout has been refreshed and items should also be refreshed
646646
and updated.
647647
%End
648648

‎python/core/auto_generated/layout/qgslayoutatlas.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Emitted when the coverage layer for the atlas changes.
371371

372372
void messagePushed( const QString &message );
373373
%Docstring
374-
Is emitted when the atlas has an updated status bar ``message``.
374+
Emitted when the atlas has an updated status bar ``message``.
375375
%End
376376

377377
void numberFeaturesChanged( int numFeatures );
@@ -381,7 +381,7 @@ Emitted when the number of features for the atlas changes.
381381

382382
void featureChanged( const QgsFeature &feature );
383383
%Docstring
384-
Is emitted when the current atlas ``feature`` changes.
384+
Emitted when the current atlas ``feature`` changes.
385385
%End
386386

387387
void renderBegun();

0 commit comments

Comments
 (0)
Please sign in to comment.