[Interest] Console output on OS X
Sherif Ghali
sherif.ghali.1 at gmail.com
Fri May 11 17:04:34 CEST 2012
In this example we know that the QPaintDevice * is a QPrinter *. We
know that there is no rasterization for moveTo/lineTo on QPrinters. We
also know from
qt-everywhere-opensource-src-4.8.1/src/gui/painting/qpainterpath.cpp
that the message should appear on all platforms (unless QT_NO_DEBUG is
set). That the y-coordinate of the lineTo is Inf is clear from the code.
Do these factors together not suggest that the message should appear
on OS X just as it appears on Windows?
Sherif
More information about the Interest
mailing list