Correct misspelt function name in qtconcurrentfilter test.

Change-Id: Ie7ea2defac407d099d7bb27cccfb34911b832626
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2011-12-29 11:11:41 +10:00 committed by Qt by Nokia
parent 18d2528b6c
commit 8b66c46c18

View File

@ -59,7 +59,7 @@ private slots:
void filteredReduced();
void resultAt();
void incrementalResults();
void noDetatch();
void noDetach();
#ifndef QT_NO_STL
void stlContainers();
#endif
@ -1461,7 +1461,7 @@ void tst_QtConcurrentFilter::incrementalResults()
QCOMPARE(future.results().count(), count / 2);
}
void tst_QtConcurrentFilter::noDetatch()
void tst_QtConcurrentFilter::noDetach()
{
{
QList<int> l = QList<int>() << 1;