#3420 fix for map canvas rerender not working under python

git-svn-id: http://svn.osgeo.org/qgis/trunk@15075 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2011-01-25 07:43:44 +00:00
parent dfb0602f0b
commit 43aff11843

View File

@ -255,6 +255,9 @@ 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();