diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-10-09 11:18:40 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-10-09 11:19:09 (GMT) |
commit | 05727386bec0142174c9cbaea6f2b3ca72a42b63 (patch) | |
tree | 5c548783d280af5437a2e5905642831c06d69f13 | |
parent | f74570b72bd71f3747521a5f561971165f3297e5 (diff) | |
download | Qt-05727386bec0142174c9cbaea6f2b3ca72a42b63.zip Qt-05727386bec0142174c9cbaea6f2b3ca72a42b63.tar.gz Qt-05727386bec0142174c9cbaea6f2b3ca72a42b63.tar.bz2 |
Fix qdoc warning about undocumented parameter
Reviewed-by: Trust me
-rw-r--r-- | src/network/access/qnetworkrequest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp index ca9e606..33bc57b 100644 --- a/src/network/access/qnetworkrequest.cpp +++ b/src/network/access/qnetworkrequest.cpp @@ -484,7 +484,7 @@ void QNetworkRequest::setSslConfiguration(const QSslConfiguration &config) /*! \since 4.6 - Allows setting a reference to the object initiating + Allows setting a reference to the \a object initiating the request. For example QtWebKit sets the originating object to the |