From 0372d5bf0d0702e7610d265532109aa6cbfd792c Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 29 Dec 2011 11:38:45 +1000 Subject: Correct misspelt function name in qtconcurrentmap test. Change-Id: I79b54b4e0de6319add89d220d3c3306556ab4ccc Reviewed-by: Rohan McGovern --- tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/corelib/concurrent') diff --git a/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp b/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp index a1dd1c7ab9..c55317d171 100644 --- a/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp +++ b/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp @@ -74,7 +74,7 @@ private slots: void exceptions(); #endif void incrementalResults(); - void noDetatch(); + void noDetach(); #ifndef QT_NO_STL void stlContainers(); #endif @@ -2279,7 +2279,7 @@ void tst_QtConcurrentMap::incrementalResults() Test that mapped does not cause deep copies when holding references to Qt containers. */ -void tst_QtConcurrentMap::noDetatch() +void tst_QtConcurrentMap::noDetach() { { QList l = QList() << 1; -- cgit v1.2.3