Skip to content

Commit

Permalink
One more place where where ownership must be transferred and it wasn'…
Browse files Browse the repository at this point in the history
…t - resulting in segfaults on app's exit.

git-svn-id: http://svn.osgeo.org/qgis/trunk@6910 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 24, 2007
1 parent c825b86 commit 9ee0b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsmapcanvas.sip
Expand Up @@ -47,7 +47,7 @@ class QgsMapCanvas : QGraphicsView
enum WheelAction { WheelZoom, WheelZoomAndRecenter, WheelNothing };

//! Constructor
QgsMapCanvas(QWidget * parent = 0, const char *name = 0);
QgsMapCanvas(QWidget * parent /TransferThis/ = 0, const char *name = 0);

//! Destructor
~QgsMapCanvas();
Expand Down

0 comments on commit 9ee0b4a

Please sign in to comment.