Fix warnings about files that can't be found in QtConcurrent

Change-Id: I712e3de68bd329fc5e615b08278e719619f856b2
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Sergio Ahumada 2013-01-26 00:12:58 +01:00 committed by The Qt Project
parent 03e8824211
commit 2dc99546a1
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example qtconcurrent/imagescaling \example imagescaling
\title Image Scaling Example \title Image Scaling Example
\brief Demonstrates how to asynchronously scale images. \brief Demonstrates how to asynchronously scale images.
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example qtconcurrent/map \example map
\title Map Example \title Map Example
\brief Demonstrates how to scale images synchronously. \brief Demonstrates how to scale images synchronously.
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example qtconcurrent/progressdialog \example progressdialog
\title QtConcurrent Progress Dialog Example \title QtConcurrent Progress Dialog Example
\brief Demonstrates how to monitor the progress of the active processes. \brief Demonstrates how to monitor the progress of the active processes.
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example qtconcurrent/runfunction \example runfunction
\title Run Function Example \title Run Function Example
\brief Demonstrates how to run standard functions concurrently. \brief Demonstrates how to run standard functions concurrently.
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example qtconcurrent/wordcount \example wordcount
\title QtConcurrent Word Count Example \title QtConcurrent Word Count Example
\brief Demonstrates how to use the map-reduce algorithm \brief Demonstrates how to use the map-reduce algorithm
\ingroup qtconcurrentexamples \ingroup qtconcurrentexamples