summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorunknown <C:\Users\Shienkov\AppData\Roaming\The Bat!>2011-11-30 16:14:30 +0400
committerunknown <C:\Users\Shienkov\AppData\Roaming\The Bat!>2011-11-30 16:14:30 +0400
commita41e2facf766ed13ab77eefb7d5180a072f7b54b (patch)
tree969a749ea794ee4b6439617c3fe654ed0b3dd00f /src
parentb260899d37409fc2f0de5472a316c00fbe08ea58 (diff)
SerialPortInfo: Added small class description.
Diffstat (limited to 'src')
-rw-r--r--src/serialportinfo.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/serialportinfo.cpp b/src/serialportinfo.cpp
index d7f417df..d2610146 100644
--- a/src/serialportinfo.cpp
+++ b/src/serialportinfo.cpp
@@ -11,16 +11,21 @@ QT_USE_NAMESPACE
/*!
\class SerialPortInfo
- \brief The SerialPortInfo class gives access to information about ...
+ \brief The SerialPortInfo class gives access to information about
+ existing serial ports.
\ingroup network??
\inmodule QtNetwork??
- SerialPortInfo ... (full description)
+ Use the static functions to generate a list of SerialPortInfo objects.
+ Each SerialPortInfo object in the list represents a single serial port
+ and can be queried for port name, system location, description,
+ manufacturer.
+
+
...
...
-
\sa SerialPort
*/