Correct misspelt function name in qtconcurrentfilter test.
Change-Id: Ie7ea2defac407d099d7bb27cccfb34911b832626 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
18d2528b6c
commit
8b66c46c18
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user