summaryrefslogtreecommitdiff
path: root/examples/doc/enumerator.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/doc/enumerator.qdoc')
-rw-r--r--examples/doc/enumerator.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/doc/enumerator.qdoc b/examples/doc/enumerator.qdoc
index 4c42e55..790d2fb 100644
--- a/examples/doc/enumerator.qdoc
+++ b/examples/doc/enumerator.qdoc
@@ -30,14 +30,14 @@
\title Enumerator example
\example examples/enumerator
- The Enumerator example shows how to use the class SerialPortInfo for
+ The Enumerator example shows how to use the class QSerialPortInfo for
getting information about serial devices that are present in the system.
\image enumerator-example.png Screenshot of the Enumerator example
This GUI example displays information about serial ports in a widget,
- provided by the class SerialPortInfo.
+ provided by the class QSerialPortInfo.
For getting information about the available ports, use the static method
- \l{SerialPortInfo::availablePorts()}{availablePorts()}.
+ \l{QSerialPortInfo::availablePorts()}{availablePorts()}.
*/