summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDheerendra Purohit <[email protected]>2025-05-30 15:01:29 +0530
committerDheerendra Purohit <[email protected]>2025-06-07 16:47:29 +0000
commitebf5f5bcdd96c587451c98172cf73cd0e362788a (patch)
treec6d8403506cc91bb865e93c25e45661b1c9ecd9a
parentef7e1a217901f4e1ffaf2c80adfe00fbda0c296c (diff)
Doc: Fix incorrect class name from SwitchState to SimpleSwitchHEADdev
Fixes a typo in the Remote Objects static source example where SwitchState was incorrectly used instead of SimpleSwitch. Improves clarity by matching the class name in the documentation with the actual example code. Fixes: QTBUG-113433 Change-Id: Ia638ea40f937162dc25d5ac4d2a6b3b1fe687153 Reviewed-by: Brett Stottlemyer <[email protected]>
-rw-r--r--src/remoteobjects/doc/src/remoteobjects-example-static-source.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/doc/src/remoteobjects-example-static-source.qdoc b/src/remoteobjects/doc/src/remoteobjects-example-static-source.qdoc
index a664e51..8f86e09 100644
--- a/src/remoteobjects/doc/src/remoteobjects-example-static-source.qdoc
+++ b/src/remoteobjects/doc/src/remoteobjects-example-static-source.qdoc
@@ -78,7 +78,7 @@ In \c simpleswitch.h,
later on the replica side.
\endlist
-The definition of our \c SwitchState class is shown below:
+The definition of our \c SimpleSwitch class is shown below:
\c simpleswitch.cpp