mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
paintEvent isn't a signal
git-svn-id: http://svn.osgeo.org/qgis/trunk@15130 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ef7ad0a268
commit
e5863992af
@ -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();
|
||||
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user