Correct misspelt function name in qtconcurrentmap test.
Change-Id: I79b54b4e0de6319add89d220d3c3306556ab4ccc Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
8b66c46c18
commit
0372d5bf0d
@ -74,7 +74,7 @@ private slots:
|
|||||||
void exceptions();
|
void exceptions();
|
||||||
#endif
|
#endif
|
||||||
void incrementalResults();
|
void incrementalResults();
|
||||||
void noDetatch();
|
void noDetach();
|
||||||
#ifndef QT_NO_STL
|
#ifndef QT_NO_STL
|
||||||
void stlContainers();
|
void stlContainers();
|
||||||
#endif
|
#endif
|
||||||
@ -2279,7 +2279,7 @@ void tst_QtConcurrentMap::incrementalResults()
|
|||||||
Test that mapped does not cause deep copies when holding
|
Test that mapped does not cause deep copies when holding
|
||||||
references to Qt containers.
|
references to Qt containers.
|
||||||
*/
|
*/
|
||||||
void tst_QtConcurrentMap::noDetatch()
|
void tst_QtConcurrentMap::noDetach()
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
QList<int> l = QList<int>() << 1;
|
QList<int> l = QList<int>() << 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user