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/qaxscriptengine.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qaxscriptengine.html') diff --git a/doc/html/qaxscriptengine.html b/doc/html/qaxscriptengine.html index 284ae1a8b..307709551 100644 --- a/doc/html/qaxscriptengine.html +++ b/doc/html/qaxscriptengine.html @@ -102,14 +102,14 @@ refer to this item using name.

bool TQAxScriptEngine::hasIntrospection () const

-Returns TRUE if the script engine supports introspection; -otherwise returns FALSE. +Returns true if the script engine supports introspection; +otherwise returns false.

bool TQAxScriptEngine::isValid () const

-

Returns TRUE if the script engine has been initialized -correctly; otherwise returns FALSE. +

Returns true if the script engine has been initialized +correctly; otherwise returns false.

long TQAxScriptEngine::queryInterface ( const TQUuid & uuid, void ** iface ) const

-- cgit v1.2.3