diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:29:21 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:29:21 (GMT) |
commit | f5408614bf3fe20ad5c4937c2329c8a77b8753cf (patch) | |
tree | 14648e99f6d8d8ec1f7b8e789ed833ac2a050703 /src/network | |
parent | ef9fec988d3d7ea33836a08128119f99747dc9d5 (diff) | |
download | Qt-f5408614bf3fe20ad5c4937c2329c8a77b8753cf.zip Qt-f5408614bf3fe20ad5c4937c2329c8a77b8753cf.tar.gz Qt-f5408614bf3fe20ad5c4937c2329c8a77b8753cf.tar.bz2 |
Update URL of 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. |