summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/emb-accel.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/platforms/emb-accel.qdoc')
-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 c8854f7aaf..77447dec9c 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