qt5base-lts/tests/auto/printsupport/kernel
John Layt db4afbef7d QPrinterInfo - Fix isNull() by fixing constructors
The QPrinterInfo copy and QPrinter constructors and the assignment
operator were not taking the shared_null into account, and so any use
of them resulted in a new null QPrinterInfo different to shared_null,
which lead to isNull() always returning true in anything other than
the simplest use case. While fixing this also make the shared_null a
Q_GLOBAL_STATIC.

Task-number: QTBUG-21087

Change-Id: I0beb24088208e9ed58d21ca26b0c8d00b02e5b8f
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2013-11-26 18:45:10 +01:00
..
qprinter Match up the specified paper size to an existing one if possible 2013-11-14 21:15:35 +01:00
qprinterinfo QPrinterInfo - Fix isNull() by fixing constructors 2013-11-26 18:45:10 +01:00
kernel.pro Move tst_qprinter.cpp to QtPrintSupport 2012-03-12 13:14:05 +01:00