qt5base-lts/tests/auto/gui/painting
Friedemann Kleint d2894d968d tst_QPdfWriter: Fix deprecation warnings
Fix warnings:
tst_qpdfwriter.cpp:223:58: warning: virtual void QPdfWriter::setPageSize(QPagedPaintDevice::PageSize)’ is deprecated: Use setPageSize(QPageSize(id)) instead [-Wdeprecated-declarations]

by using the QPageSize-based API. Streamline the code by using
QPageSizeId.

Task-number: QTBUG-76491
Change-Id: I409f0e27de64bc66502a60a9109c6115f36e527d
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-09-05 16:08:47 +02:00
..
qbrush Remove QLatin1Literal usages 2019-06-10 16:50:31 +00:00
qcolor Merge remote-tracking branch 'origin/dev' into 5.14 2019-08-27 09:45:52 +02:00
qcolorspace Limit QColorSpacePrimaries export to auto-test 2019-09-04 16:35:33 +02:00
qpagelayout
qpagesize
qpaintengine
qpainter Merge remote-tracking branch 'origin/dev' into 5.14 2019-08-27 09:45:52 +02:00
qpainterpath BLACKLIST contains_QPointF for msvc-2019 2019-08-08 15:20:23 +03:00
qpainterpathstroker
qpathclipper Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
qpdfwriter tst_QPdfWriter: Fix deprecation warnings 2019-09-05 16:08:47 +02:00
qpen Replace qMove with std::move 2019-04-06 11:00:38 +00:00
qpolygon Add QPolygon::intersects() methods 2017-05-18 08:55:16 +00:00
qregion Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
qtransform Fix QTransform::transposed() result having wrong transformation type 2018-06-06 08:59:20 +00:00
qwmatrix Use qRadiansToDegrees() and qDegreesToRadians() more widely 2017-07-05 10:15:34 +00:00
painting.pro Long live QColorSpace and friends 2019-02-08 10:12:05 +00:00