From ea254957036fcbe64561ae59eb14d5985c4ccffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Martsum?= Date: Mon, 17 Jun 2013 11:35:46 +0200 Subject: QLinkedList - fix erase with iterator when the list is shared. Before a call to erase on a shared instance would imply that the item was removed from the shared data (i.e all instances) This patch improves the behavior to detach and erase the item specified by the iterator (i.e same behavior as QVector) Change-Id: Ib3cfb5363c86b400886c80b75b0c20ca854ce801 Reviewed-by: Thiago Macieira --- tests/auto/corelib/tools/tools.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/tools/tools.pro') diff --git a/tests/auto/corelib/tools/tools.pro b/tests/auto/corelib/tools/tools.pro index f8b2437d35..afa5e5b613 100644 --- a/tests/auto/corelib/tools/tools.pro +++ b/tests/auto/corelib/tools/tools.pro @@ -18,6 +18,7 @@ SUBDIRS=\ qfreelist \ qhash \ qline \ + qlinkedlist \ qlist \ qlocale \ qmap \ -- cgit v1.2.3