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/ntqtooltip.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqtooltip.html') diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html index 5c1e8d385..921a29df0 100644 --- a/doc/html/ntqtooltip.html +++ b/doc/html/ntqtooltip.html @@ -300,8 +300,8 @@ Sets the font for all tool tips to font.

void TQToolTip::setGloballyEnabled ( bool enable ) [static]

-If enable is TRUE sets all tool tips to be enabled (shown when -needed); if enable is FALSE sets all tool tips to be disabled +If enable is true sets all tool tips to be enabled (shown when +needed); if enable is false sets all tool tips to be disabled (never shown).

By default, tool tips are enabled. Note that this function affects all tool tips in the entire application. -- cgit v1.2.3