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:
parent
e77eec1cf7
commit
22e3111127
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user