diff -r ef0373b55136 -r 758a864f9613 src/corelib/concurrent/qtconcurrentrun.cpp --- a/src/corelib/concurrent/qtconcurrentrun.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/corelib/concurrent/qtconcurrentrun.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -99,7 +99,7 @@ functions; passing by pointer is useful for calling non-const member functions that modify the instance. - For example, calling QString::split() (a const member function) in a + For example, calling QByteArray::split() (a const member function) in a separate thread is done like this: \snippet doc/src/snippets/code/src_corelib_concurrent_qtconcurrentrun.cpp 4