summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
-rw-r--r--src/corelib/io/qdebug.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index 8c17a61b7e..5769323d57 100644
--- a/src/corelib/io/qdebug.cpp
+++ b/src/corelib/io/qdebug.cpp
@@ -125,6 +125,14 @@
*/
/*!
+ \fn QDebug::swap(QDebug &other)
+ \since 5.0
+
+ Swaps this debug stream instance with \a other. This function is
+ very fast and never fails.
+*/
+
+/*!
\fn QDebug &QDebug::space()
Writes a space character to the debug stream and returns a reference to