diff --git a/src/corelib/doc/src/external-resources.qdoc b/src/corelib/doc/src/external-resources.qdoc index 0326ee76de..f5c2ba52e8 100644 --- a/src/corelib/doc/src/external-resources.qdoc +++ b/src/corelib/doc/src/external-resources.qdoc @@ -60,3 +60,8 @@ \externalpage http://www.ietf.org/rfc/rfc3941.txt \title RFC 3491 */ + +/*! + \externalpage http://www.ietf.org/rfc/rfc2045.txt + \title RFC 2045 +*/ \ No newline at end of file diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index 952ce438c6..78ed7abc3d 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -888,6 +888,13 @@ static inline char qToLower(char c) \sa operator=() */ +/*! \fn QByteArray::QByteArray(QByteArrayDataPtr dd) + + \internal + + Constructs a byte array pointing to the same data as \a dd. +*/ + /*! \fn QByteArray::~QByteArray() Destroys the byte array. */