diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-20 12:36:26 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-20 12:37:12 (GMT) |
commit | f634c8024dcdc2b26642cc7987c9a70ed28697d2 (patch) | |
tree | 6b090e03c931ea84764cf4a651ec55ffdc8461c0 /src/network/access | |
parent | e519e1363527429c0ce2a17e894fc3b542787497 (diff) | |
download | Qt-f634c8024dcdc2b26642cc7987c9a70ed28697d2.zip Qt-f634c8024dcdc2b26642cc7987c9a70ed28697d2.tar.gz Qt-f634c8024dcdc2b26642cc7987c9a70ed28697d2.tar.bz2 |
doc: Changed several \reimp to \internal
The base function was \internal pr private.
Diffstat (limited to 'src/network/access')
-rw-r--r-- | src/network/access/qhttp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qhttp.cpp b/src/network/access/qhttp.cpp index 7a02ab6..790b48a 100644 --- a/src/network/access/qhttp.cpp +++ b/src/network/access/qhttp.cpp @@ -1152,7 +1152,7 @@ int QHttpResponseHeader::minorVersion() const return d->minVer; } -/*! \reimp +/*! \internal */ bool QHttpResponseHeader::parseLine(const QString &line, int number) { @@ -1366,7 +1366,7 @@ int QHttpRequestHeader::minorVersion() const return d->minVer; } -/*! \reimp +/*! \internal */ bool QHttpRequestHeader::parseLine(const QString &line, int number) { |