summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusunixfiledescriptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/qdbusunixfiledescriptor.cpp')
-rw-r--r--src/dbus/qdbusunixfiledescriptor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dbus/qdbusunixfiledescriptor.cpp b/src/dbus/qdbusunixfiledescriptor.cpp
index db893337ae..63c5b40d06 100644
--- a/src/dbus/qdbusunixfiledescriptor.cpp
+++ b/src/dbus/qdbusunixfiledescriptor.cpp
@@ -197,7 +197,7 @@ QDBusUnixFileDescriptor::~QDBusUnixFileDescriptor()
*/
/*!
- Returns true if this Unix file descriptor is valid. A valid Unix file
+ Returns \c true if this Unix file descriptor is valid. A valid Unix file
descriptor is not -1.
\sa fileDescriptor()
@@ -231,11 +231,11 @@ int QDBusUnixFileDescriptor::fileDescriptor() const
// qdoc documentation is generated on Unix
/*!
- Returns true if Unix file descriptors are supported on this platform. In
- other words, this function returns true if this is a Unix platform.
+ Returns \c true if Unix file descriptors are supported on this platform. In
+ other words, this function returns \c true if this is a Unix platform.
Note that QDBusUnixFileDescriptor continues to operate even if this
- function returns false. The only difference is that the
+ function returns \c false. The only difference is that the
QDBusUnixFileDescriptor objects will always be in the isValid() == false
state and fileDescriptor() will always return -1. The class will not
consume any operating system resources.