summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-08-15 22:53:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-18 10:55:47 +0200
commit1bf5865a4137c615e7b9b10fd157a32e2bf61274 (patch)
tree1fd6c0759acf1a2a6988f674f7d44746143d10b9 /src/corelib/io
parent94ac17c2ccbe3b3f3671848afda9430be214f8d5 (diff)
Fix a couple of qdoc errors
Change-Id: I79f689e08ed4a496052529af38fca72c3d4e04cb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qdebug.cpp2
-rw-r--r--src/corelib/io/qurl.cpp2
-rw-r--r--src/corelib/io/qurlidna.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index 07f359672c..9cd1705997 100644
--- a/src/corelib/io/qdebug.cpp
+++ b/src/corelib/io/qdebug.cpp
@@ -162,7 +162,7 @@
*/
/*!
- \fn bool QDebug::autoInsertSpaces()
+ \fn bool QDebug::autoInsertSpaces() const
Returns true if this QDebug instance will automatically insert spaces
between writes.
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index 45d3924eca..5fd3dcf55b 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -2984,7 +2984,7 @@ QString QUrl::errorString() const
\internal
*/
-/*! \fn uint qHash(const QUrl &url, uint seed = 0)
+/*!
\relates QHash
\since 5.0
diff --git a/src/corelib/io/qurlidna.cpp b/src/corelib/io/qurlidna.cpp
index 21ad1b7fca..eb7ba6d4af 100644
--- a/src/corelib/io/qurlidna.cpp
+++ b/src/corelib/io/qurlidna.cpp
@@ -2574,7 +2574,7 @@ QStringList QUrl::idnWhitelist()
Sets the whitelist of Top-Level Domains (TLDs) that are allowed to have
non-ASCII characters in domains to the value of \a list.
- Note that if you call this function, you need to do so \em before
+ Note that if you call this function, you need to do so \e before
you start any threads that might access idnWhitelist().
Qt has comes a default list that contains the Internet top-level domains