Fix reference to example paths

This eliminates seven EXAMPLE PATH DOES NOT EXIST warnings.

Change-Id: Iaa6267138a1799fb775f0034805d5691bfa40d7c
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
hjk 2012-12-06 10:33:23 +01:00 committed by The Qt Project
parent e77eec1cf7
commit 22e3111127
7 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example gui/analogclock \example analogclock
\title Analog Clock Window Example \title Analog Clock Window Example
\brief The Analog Clock Window example shows how to draw the contents of \brief The Analog Clock Window example shows how to draw the contents of

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example gui/openglwindow \example openglwindow
\title OpenGL Window Example \title OpenGL Window Example
\brief This example shows how to create a minimal QWindow based application \brief This example shows how to create a minimal QWindow based application

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example gui/rasterwindow \example rasterwindow
\title Raster Window Example \title Raster Window Example
\brief This example shows how to create a minimal QWindow based \brief This example shows how to create a minimal QWindow based

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example threads/mandelbrot \example mandelbrot
\title Mandelbrot Example \title Mandelbrot Example
The Mandelbrot example shows how to use a worker thread to The Mandelbrot example shows how to use a worker thread to

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example threads/queuedcustomtype \example queuedcustomtype
\title Queued Custom Type Example \title Queued Custom Type Example
The Queued Custom Type example shows how to send custom types between The Queued Custom Type example shows how to send custom types between

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example threads/semaphores \example semaphores
\title Semaphores Example \title Semaphores Example
The Semaphores example shows how to use QSemaphore to control The Semaphores example shows how to use QSemaphore to control

View File

@ -26,7 +26,7 @@
****************************************************************************/ ****************************************************************************/
/*! /*!
\example threads/waitconditions \example waitconditions
\title Wait Conditions Example \title Wait Conditions Example
The Wait Conditions example shows how to use QWaitCondition and The Wait Conditions example shows how to use QWaitCondition and