Skip to content

Commit a15b54d

Browse files
committedDec 12, 2017
Swap missing 0->nullptr and add missing overrides
1 parent 0f26537 commit a15b54d

File tree

467 files changed

+1000
-784
lines changed

Some content is hidden

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

467 files changed

+1000
-784
lines changed
 

‎python/core/composer/qgsaddremoveitemcommand.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class QgsAddRemoveItemCommand: QObject, QUndoCommand
2929
};
3030

3131
QgsAddRemoveItemCommand( State s, QgsComposerItem *item, QgsComposition *c, const QString &text, QUndoCommand *parent /TransferThis/ = 0 );
32+
%Docstring
33+
Constructor for QgsAddRemoveItemCommand
34+
%End
3235
~QgsAddRemoveItemCommand();
3336

3437
virtual void redo();

‎python/core/composer/qgsaddremovemultiframecommand.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ class QgsAddRemoveMultiFrameCommand: QUndoCommand
2626
};
2727

2828
QgsAddRemoveMultiFrameCommand( State s, QgsComposerMultiFrame *multiFrame, QgsComposition *c, const QString &text, QUndoCommand *parent /TransferThis/ = 0 );
29+
%Docstring
30+
Constructor for QgsAddRemoveMultiFrameCommand
31+
%End
2932
~QgsAddRemoveMultiFrameCommand();
3033
virtual void redo();
3134

0 commit comments

Comments
 (0)
Please sign in to comment.