diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-08 15:17:51 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-08 19:38:03 +0900 |
| commit | 7d612f7c91d55501276a385a30dbadb121e7bd9f (patch) | |
| tree | 4c6f1546e16db32779dfbf5c9e107b938faee6bb /src/kernel/tqpoint.cpp | |
| parent | 5a863a8932d14b99c5f838c4efa1618070d71b29 (diff) | |
| download | tqt-7d612f7c91d55501276a385a30dbadb121e7bd9f.tar.gz tqt-7d612f7c91d55501276a385a30dbadb121e7bd9f.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/tqpoint.cpp')
| -rw-r--r-- | src/kernel/tqpoint.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/tqpoint.cpp b/src/kernel/tqpoint.cpp index e9237521c..fe7ff3a22 100644 --- a/src/kernel/tqpoint.cpp +++ b/src/kernel/tqpoint.cpp @@ -98,7 +98,7 @@ /*! \fn TQPoint::TQPoint() - Constructs a point with coordinates (0, 0) (isNull() returns TRUE). + Constructs a point with coordinates (0, 0) (isNull() returns true). */ /*! @@ -110,8 +110,8 @@ /*! \fn bool TQPoint::isNull() const - Returns TRUE if both the x value and the y value are 0; otherwise - returns FALSE. + Returns true if both the x value and the y value are 0; otherwise + returns false. */ /*! @@ -243,7 +243,7 @@ \relates TQPoint - Returns TRUE if \a p1 and \a p2 are equal; otherwise returns FALSE. + Returns true if \a p1 and \a p2 are equal; otherwise returns false. */ /*! @@ -251,7 +251,7 @@ \relates TQPoint - Returns TRUE if \a p1 and \a p2 are not equal; otherwise returns FALSE. + Returns true if \a p1 and \a p2 are not equal; otherwise returns false. */ /*! |
