diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 05:55:39 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 05:55:39 (GMT) |
commit | e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4 (patch) | |
tree | 108c61f23858acf7a79b61bfa45752c0d0f0ebb5 /src/network | |
parent | 26a9bcd7aa2be43329d2c89301612de20ec7a838 (diff) | |
download | Qt-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.zip Qt-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.tar.gz Qt-e6b6dfb42ea4b649b52df9d17628bfdf3f9d29e4.tar.bz2 |
Update references to online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/kernel/qurlinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qurlinfo.cpp b/src/network/kernel/qurlinfo.cpp index 9a9cfff..626bce2 100644 --- a/src/network/kernel/qurlinfo.cpp +++ b/src/network/kernel/qurlinfo.cpp @@ -215,7 +215,7 @@ QUrlInfo::QUrlInfo(const QUrl &url, int permissions, const QString &owner, /*! Sets the name of the URL to \a name. The name is the full text, - for example, "http://doc.trolltech.com/qurlinfo.html". + for example, "http://qt.nokia.com/doc/qurlinfo.html". If you call this function for an invalid URL info, this function turns it into a valid one. |