diff options
author | Dheerendra Purohit <[email protected]> | 2025-05-30 15:01:29 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-06-07 16:47:29 +0000 |
commit | ebf5f5bcdd96c587451c98172cf73cd0e362788a (patch) | |
tree | c6d8403506cc91bb865e93c25e45661b1c9ecd9a | |
parent | ef7e1a217901f4e1ffaf2c80adfe00fbda0c296c (diff) |
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.qdoc | 2 |
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 |