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.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index 2b5dac8801..07f359672c 100644
--- a/src/corelib/io/qdebug.cpp
+++ b/src/corelib/io/qdebug.cpp
@@ -162,6 +162,24 @@
*/
/*!
+ \fn bool QDebug::autoInsertSpaces()
+
+ Returns true if this QDebug instance will automatically insert spaces
+ between writes.
+
+ \since 5.0
+*/
+
+/*!
+ \fn void QDebug::setAutoInsertSpaces(bool b)
+
+ Enables automatic insertion of spaces between writes if \a b is true; otherwise
+ automatic insertion of spaces is disabled.
+
+ \since 5.0
+*/
+
+/*!
\fn QDebug &QDebug::operator<<(QChar t)
Writes the character, \a t, to the stream and returns a reference to the