diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/qptrstack.doc | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/qptrstack.doc')
| -rw-r--r-- | doc/qptrstack.doc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/qptrstack.doc b/doc/qptrstack.doc index 783f28823..e1b3d5b2e 100644 --- a/doc/qptrstack.doc +++ b/doc/qptrstack.doc @@ -81,7 +81,7 @@ \fn QPtrStack::~QPtrStack () Destroys the stack. All items will be deleted if autoDelete() is - TRUE. + true. */ /*! @@ -89,14 +89,14 @@ Sets the contents of this stack by making a shallow copy of another stack \a s. Elements currently in this stack will be - deleted if autoDelete() is TRUE. + deleted if autoDelete() is true. */ /*! \fn bool QPtrStack::isEmpty () const - Returns TRUE if the stack contains no elements; otherwise returns - FALSE. + Returns true if the stack contains no elements; otherwise returns + false. */ /*! @@ -116,8 +116,8 @@ \fn bool QPtrStack::remove () Removes the top item from the stack and deletes it if autoDelete() - is TRUE. Returns TRUE if there was an item to pop; otherwise - returns FALSE. + is true. Returns true if there was an item to pop; otherwise + returns false. \sa clear() */ @@ -126,7 +126,7 @@ \fn void QPtrStack::clear() Removes all items from the stack, deleting them if autoDelete() is - TRUE. + true. \sa remove() */ @@ -177,8 +177,8 @@ Defines whether this stack auto-deletes its contents. The same as QPtrCollection::setAutoDelete(). - If \a enable is TRUE the stack auto-deletes its contents; if \a - enable is FALSE the stack does not delete its contents. + If \a enable is true the stack auto-deletes its contents; if \a + enable is false the stack does not delete its contents. \sa autoDelete() */ |
