From cc17df90b40930d0e978c8268343a2d6ab400e64 Mon Sep 17 00:00:00 2001
From: Topi Reinio <topi.reinio@digia.com>
Date: Mon, 29 Apr 2013 12:51:14 +0200
Subject: [PATCH] Doc: Fix example path for Qt Quick scenegraph examples

Base path (examples/quick) is now defined in qdocconf file, example
docs need to adjust their paths for \example command.

Change-Id: I18412c4adf73691903ee58c9a056b6a4998d4d6a
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 .../scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc     | 2 +-
 .../scenegraph/textureinthread/doc/src/textureinthread.qdoc     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc b/examples/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc
index b24b0bd97b..0917604a35 100644
--- a/examples/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc
+++ b/examples/quick/scenegraph/textureinsgnode/doc/src/textureinsgnode.qdoc
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example quick/scenegraph/textureinsgnode
+    \example scenegraph/textureinsgnode
     \title Scene Graph - Rendering FBOs
     \ingroup qtquickexamples
 
diff --git a/examples/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc b/examples/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc
index 476605b268..6f4a2514f0 100644
--- a/examples/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc
+++ b/examples/quick/scenegraph/textureinthread/doc/src/textureinthread.qdoc
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \example quick/scenegraph/textureinthread
+    \example scenegraph/textureinthread
     \title Scene Graph - Rendering FBOs in a thread
     \ingroup qtquickexamples
 
-- 
GitLab