qt5base-lts/tests/auto/gui
Charles Yin 78542c6275 QPainterPath: Fix copy constructor again.
The previous fix a05270f435 is not correct,
QPainterPathPrivate(other) should be QPainterPathPrivate(), as there
is only a default ctor for QPainterPathPrivate and ref is initialized there,
 use copy ctor just copies the ref value which makes all detach() calls broken.

Add an unit test for this as well.

Change-Id: I658f0a977664d5ec523af3f8a48c1a866eda6ab0
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2011-11-08 07:43:00 +01:00
..
image Don't rely on PlatformQuirks in qimagereader test 2011-11-04 07:11:07 +01:00
kernel Moved tests into gui/kernel/ and gui/qopengl/ 2011-11-04 20:48:19 +01:00
math3d gui: eliminated usage of qttest_p4.prf 2011-10-25 07:19:31 +02:00
painting QPainterPath: Fix copy constructor again. 2011-11-08 07:43:00 +01:00
qopengl Moved tests into gui/kernel/ and gui/qopengl/ 2011-11-04 20:48:19 +01:00
text Do not put cursor at non-stop character positions 2011-11-04 01:54:33 +01:00
util gui: eliminated usage of qttest_p4.prf 2011-10-25 07:19:31 +02:00
gui.pro Moved tests into gui/kernel/ and gui/qopengl/ 2011-11-04 20:48:19 +01:00