Doc: removed unnecessary text

Added some commas.

Task-number: QTBUG-41928
Change-Id: I52ad75f895f41b109f0496863930ffaa1650447c
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
This commit is contained in:
Leena Miettinen 2014-10-14 13:56:01 +02:00
parent e260e1bcae
commit 9dc246c5cc

View File

@ -608,9 +608,9 @@ qint64 QFileDevice::size() const
}
/*!
Sets the file size (in bytes) \a sz. Returns \c true if the file if the
Sets the file size (in bytes) \a sz. Returns \c true if the
resize succeeds; false otherwise. If \a sz is larger than the file
currently is the new bytes will be set to 0, if \a sz is smaller the
currently is, the new bytes will be set to 0; if \a sz is smaller, the
file is simply truncated.
\sa size()