Doc: Clarified QTextTable::mergeCells() documentation

Task-number: QTBUG-37928
Change-Id: I8d3ae3b540f9483d1e93d4c8135f777dea13f967
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Nico Vertriest 2015-11-20 13:59:46 +01:00
parent d508c6697b
commit ed59376239

View File

@ -986,8 +986,8 @@ void QTextTable::removeColumns(int pos, int num)
Merges the cell at the specified \a row and \a column with the adjacent cells
into one cell. The new cell will span \a numRows rows and \a numCols columns.
If \a numRows or \a numCols is less than the current number of rows or columns
the cell spans then this method does nothing.
This method does nothing if \a numRows or \a numCols is less than the current
number of rows or columns spanned by the cell.
\sa splitCell()
*/