Skip to content

Commit

Permalink
paintEvent isn't a signal
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15130 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 5, 2011
1 parent 20a2478 commit 544cc42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/gui/qgsmapcanvas.sip
Expand Up @@ -255,9 +255,6 @@ class QgsMapCanvas : QGraphicsView
*/
void renderComplete(QPainter *);

//! Overridden paint event
void paintEvent(QPaintEvent *);

/** Emitted when the canvas is about to be rendered.
\note Added in 1.5 */
void renderStarting();
Expand Down Expand Up @@ -305,6 +302,9 @@ class QgsMapCanvas : QGraphicsView
//! Overridden resize event
void resizeEvent(QResizeEvent * e);

//! Overridden paint event
void paintEvent(QPaintEvent *);

//! called when panning is in action, reset indicates end of panning
void moveCanvasContents(bool reset = FALSE);

Expand Down

0 comments on commit 544cc42

Please sign in to comment.