summaryrefslogtreecommitdiffstats
path: root/src/multimedia/doc/src/cameraoverview.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/doc/src/cameraoverview.qdoc')
-rw-r--r--src/multimedia/doc/src/cameraoverview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multimedia/doc/src/cameraoverview.qdoc b/src/multimedia/doc/src/cameraoverview.qdoc
index bd378bcea..c15916fb7 100644
--- a/src/multimedia/doc/src/cameraoverview.qdoc
+++ b/src/multimedia/doc/src/cameraoverview.qdoc
@@ -215,7 +215,7 @@ Signals from the \e mediaEncoder can be connected to slots to react to
changes in the state of the encoding process or error events. Recording itself
starts with the \l {QMediaEncoder::record()}{record()} function of
mediaEncoder being called, this causes the signal \l
-{QMediaEncoder::stateChanged()}{stateChanged()} to be emitted. The
+{QMediaEncoder::recorderStateChanged()}{recorderStateChanged()} to be emitted. The
recording process can be changed with the \l {QMediaEncoder::record()}{record()},
\l {QMediaEncoder::stop()}{stop()} slots in \l QMediaEncoder.