Skip to content

Commit

Permalink
Fix #8996 (Composer crashes QGIS when setComposition() method called)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 9, 2014
1 parent 3174708 commit 77a24cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgscomposerview.sip
Expand Up @@ -90,7 +90,7 @@ class QgsComposerView : QGraphicsView
void setCurrentTool( QgsComposerView::Tool t );

/**Sets composition (derived from QGraphicsScene)*/
void setComposition( QgsComposition* c );
void setComposition( QgsComposition* c /KeepReference/ );
/**Returns the composition or 0 in case of error*/
QgsComposition* composition();

Expand Down

0 comments on commit 77a24cb

Please sign in to comment.