summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytearray.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@nokia.com>2012-09-12 13:33:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-13 16:58:43 +0200
commit10b014602609663f2d2df7a960f492d8aedc9a44 (patch)
tree6fb649282957ed611f5b8cc56db9bbf10d4870ab /src/corelib/tools/qbytearray.cpp
parent4a588c27e8073076cca19a8cc6eed5f1ce1d07e2 (diff)
Fix QByteArray documentation errors.
Add missing external resource link. Provide constructor documentation. Change-Id: I6d28a19da5c409dd0e0b48e0f693837b63de38f0 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'src/corelib/tools/qbytearray.cpp')
-rw-r--r--src/corelib/tools/qbytearray.cpp7
1 files changed, 7 insertions, 0 deletions
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.
*/