Update documentation

This commit is contained in:
Debao Zhang
2013-11-23 15:44:06 +08:00
parent e1d93af4b7
commit 81316ecf6e
7 changed files with 468 additions and 54 deletions
+3
View File
@@ -116,6 +116,9 @@ QString CellRange::toString() const
return cell_1 + QLatin1String(":") + cell_2;
}
/*!
* Returns true if the Range is valid.
*/
bool CellRange::isValid() const
{
return left <= right && top <= bottom;