From ed5937623982ac4bef4c99215a6ec2df7d321514 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 20 Nov 2015 13:59:46 +0100 Subject: Doc: Clarified QTextTable::mergeCells() documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-37928 Change-Id: I8d3ae3b540f9483d1e93d4c8135f777dea13f967 Reviewed-by: Topi Reiniƶ --- src/gui/text/qtexttable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/text/qtexttable.cpp b/src/gui/text/qtexttable.cpp index a75a1aae54..454d3440d6 100644 --- a/src/gui/text/qtexttable.cpp +++ b/src/gui/text/qtexttable.cpp @@ -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() */ -- cgit v1.2.3