summaryrefslogtreecommitdiffstats
path: root/examples/audiolevels
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audiolevels')
-rw-r--r--examples/audiolevels/doc/src/audiolevels.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/audiolevels/doc/src/audiolevels.qdoc b/examples/audiolevels/doc/src/audiolevels.qdoc
index 8737c242..3d392487 100644
--- a/examples/audiolevels/doc/src/audiolevels.qdoc
+++ b/examples/audiolevels/doc/src/audiolevels.qdoc
@@ -28,6 +28,8 @@
in a bar graph. To increase the load for demonstration purposes, and to make the
graph little fancier, slightly modified data is used to fill multiple rows.
+ \image audiolevels-example.png
+
The interesting stuff happens in AudioLevels and AudioLevelsIODevice classes, so we
concentrate on those and skip explaining the basic Q3DBars functionality - for that see
\l{Bars Example}.
@@ -80,6 +82,4 @@
it does allocate some memory to store other optional bar properties besides the value.
In use cases where those optional properties are used, using memmove and memcpy would lead to
memory leaks, so use them with care.
-
- \image audiolevels-example.png
*/