On Friday 19 August 2011 21:28:46 Will Stokes wrote: > I recently noticed QPainterPath's "set" operation were being > deprecated in Qt4.8.
You misinterpreted the word "set". It is about the "set" in mathematical sense. The following functions for path intersection, combination, and difference are deprecated: QPainterPath::intersected() QPainterPath::subtracted() QPainterPath::united() Additionally, the overloaded operators & &= + += - -= | |= for QPainterPath are deprecated. -- Christoph Feck http://kdepepo.wordpress.com/ KDE Quality Team _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
