summaryrefslogtreecommitdiffstats
path: root/examples/threads
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-06 10:33:23 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 10:48:27 +0100
commit22e3111127d31cc6440f1a13833205a72c9c4ab6 (patch)
tree21510dedbbca0a337c2fd2b84385c5a3b71fab9b /examples/threads
parente77eec1cf781df50c34601801c1ef3d5e6dcf370 (diff)
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>
Diffstat (limited to 'examples/threads')
-rw-r--r--examples/threads/doc/src/mandelbrot.qdoc2
-rw-r--r--examples/threads/doc/src/queuedcustomtype.qdoc2
-rw-r--r--examples/threads/doc/src/semaphores.qdoc2
-rw-r--r--examples/threads/doc/src/waitconditions.qdoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/threads/doc/src/mandelbrot.qdoc b/examples/threads/doc/src/mandelbrot.qdoc
index 842f4222ae..45ef2ba9f7 100644
--- a/examples/threads/doc/src/mandelbrot.qdoc
+++ b/examples/threads/doc/src/mandelbrot.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example threads/mandelbrot
+ \example mandelbrot
\title Mandelbrot Example
The Mandelbrot example shows how to use a worker thread to
diff --git a/examples/threads/doc/src/queuedcustomtype.qdoc b/examples/threads/doc/src/queuedcustomtype.qdoc
index a1f2d54a21..35e6185d3b 100644
--- a/examples/threads/doc/src/queuedcustomtype.qdoc
+++ b/examples/threads/doc/src/queuedcustomtype.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example threads/queuedcustomtype
+ \example queuedcustomtype
\title Queued Custom Type Example
The Queued Custom Type example shows how to send custom types between
diff --git a/examples/threads/doc/src/semaphores.qdoc b/examples/threads/doc/src/semaphores.qdoc
index a712cb6414..bea0447f02 100644
--- a/examples/threads/doc/src/semaphores.qdoc
+++ b/examples/threads/doc/src/semaphores.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example threads/semaphores
+ \example semaphores
\title Semaphores Example
The Semaphores example shows how to use QSemaphore to control
diff --git a/examples/threads/doc/src/waitconditions.qdoc b/examples/threads/doc/src/waitconditions.qdoc
index 3ca1970685..6d42719f8d 100644
--- a/examples/threads/doc/src/waitconditions.qdoc
+++ b/examples/threads/doc/src/waitconditions.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example threads/waitconditions
+ \example waitconditions
\title Wait Conditions Example
The Wait Conditions example shows how to use QWaitCondition and