Fix qdoc warning by documenting function argument
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>
Mon, 24 Aug 2015 07:31:16 +0000 (10:31 +0300)
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>
Tue, 25 Aug 2015 06:01:11 +0000 (06:01 +0000)
Change-Id: I3d80af0b1226fbe601619420dbb35106bb3d4eec
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/corelib/tools/qbytearray.cpp

index 447e84b3d43c893c48a7f493add460c9e0cd83ac..5ed72fc34100da360d1870a421ff12efef9dcc1e 100644 (file)
@@ -489,8 +489,8 @@ quint16 qChecksum(const char *data, uint len)
 
     \overload
 
-    Compresses the first \a nbytes of \a data and returns the
-    compressed data in a new byte array.
+    Compresses the first \a nbytes of \a data at compression level
+    \a compressionLevel and returns the compressed data in a new byte array.
 */
 
 #ifndef QT_NO_COMPRESS