qt5base-lts/tests/auto/gui/painting/qpainterpath
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
..
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qpainterpath.pro gui: eliminated usage of qttest_p4.prf 2011-10-25 07:19:31 +02:00
tst_qpainterpath.cpp QPainterPath: Fix copy constructor again. 2011-11-08 07:43:00 +01:00