Skip to content

Commit 544cc42

Browse files
author
jef
committed
paintEvent isn't a signal
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15130 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 20a2478 commit 544cc42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/gui/qgsmapcanvas.sip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ class QgsMapCanvas : QGraphicsView
255255
*/
256256
void renderComplete(QPainter *);
257257

258-
//! Overridden paint event
259-
void paintEvent(QPaintEvent *);
260-
261258
/** Emitted when the canvas is about to be rendered.
262259
\note Added in 1.5 */
263260
void renderStarting();
@@ -305,6 +302,9 @@ class QgsMapCanvas : QGraphicsView
305302
//! Overridden resize event
306303
void resizeEvent(QResizeEvent * e);
307304

305+
//! Overridden paint event
306+
void paintEvent(QPaintEvent *);
307+
308308
//! called when panning is in action, reset indicates end of panning
309309
void moveCanvasContents(bool reset = FALSE);
310310

0 commit comments

Comments
 (0)