From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/qxmlentityresolver.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qxmlentityresolver.html') diff --git a/doc/html/qxmlentityresolver.html b/doc/html/qxmlentityresolver.html index b412efa35..a59dbab7e 100644 --- a/doc/html/qxmlentityresolver.html +++ b/doc/html/qxmlentityresolver.html @@ -64,7 +64,7 @@ external entities, it must implement this interface, i.e.

The reader calls this function to get an error string if any of -the handler functions returns FALSE. +the handler functions returns false.

bool TQXmlEntityResolver::resolveEntity ( const TQString & publicId, const TQString & systemId, TQXmlInputSource *& ret ) [pure virtual]

@@ -82,7 +82,7 @@ entity and ret is the return value of this function. If ret is 0 the reader should resolve the entity itself, if it is non-zero it must point to an input source which the reader uses instead. -

If this function returns FALSE the reader stops parsing and +

If this function returns false the reader stops parsing and reports an error. The reader uses the function errorString() to get the error message. -- cgit v1.2.3