Opened 18 years ago

Closed 18 years ago

Last modified 15 years ago

#22 closed bug (fixed)

QgsMapLayer::draw must return a value

Reported by: mloskot Owned by: gsherman
Priority: major: does not work as expected Milestone:
Component: Vectors Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description (last modified by gsherman)

bool !QgsMapLayer::draw(QPainter *, QgsRect *, QgsMapToPixel *)

is a non-void function so it must return a value.

Attachments (1)

gui-qgsmaplayer.cpp-mloskot-20060314.patch (419 bytes ) - added by mloskot 18 years ago.
Patch that fixes bug in this Ticket

Download all attachments as: .zip

Change History (6)

comment:1 by mloskot, 18 years ago

Body of this QgsMapLayer::draw member function is empty, so I decided to return false, temporarily.

by mloskot, 18 years ago

Patch that fixes bug in this Ticket

comment:2 by gsherman, 18 years ago

Description: modified (diff)

comment:3 by gsherman, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in HEAD

comment:4 by anonymous, 17 years ago

Awaiting user input: unset
Must Fix for Release: No

comment:5 by (none), 15 years ago

Milestone: Version 0.8

Milestone Version 0.8 deleted

Note: See TracTickets for help on using tickets.