summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-11-01 07:25:03 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-11-01 07:25:03 (GMT)
commit5fdbfcaa0ebda0b2062d962734546309c6d2247c (patch)
tree0ff2692e1f4ae293cffd4f4bbf878f8280c52966 /doc/src/platforms
parent08ab82e447a0cac0a48daf900c57127c2ee534d2 (diff)
downloadQt-5fdbfcaa0ebda0b2062d962734546309c6d2247c.zip
Qt-5fdbfcaa0ebda0b2062d962734546309c6d2247c.tar.gz
Qt-5fdbfcaa0ebda0b2062d962734546309c6d2247c.tar.bz2
doc: Corrections to linking errors detected by the DITA XML generator..
Diffstat (limited to 'doc/src/platforms')
-rw-r--r--doc/src/platforms/emb-accel.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/emb-accel.qdoc b/doc/src/platforms/emb-accel.qdoc
index c8854f7..77447de 100644
--- a/doc/src/platforms/emb-accel.qdoc
+++ b/doc/src/platforms/emb-accel.qdoc
@@ -117,8 +117,8 @@
\section1 Step 4: Make the Window Surface Aware of Your Paint Device
- Derive from the QWSWindowSurface class and reimplement its \l
- {QWSWindowSurface::}{paintDevice()} function. Make this function
+ Derive from the QWSWindowSurface class and reimplement its
+ paintDevice() function. Make this function
return a pointer to your custom raster paint device.
\section1 Step 5: Enable Creation of an Instance of Your Window Surface