From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqglcolormap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqglcolormap.html') diff --git a/doc/html/tqglcolormap.html b/doc/html/tqglcolormap.html index 86ebe77de..69cec9786 100644 --- a/doc/html/tqglcolormap.html +++ b/doc/html/tqglcolormap.html @@ -139,7 +139,7 @@ Returns the index of the color that is the closest match to color

bool TQGLColormap::isEmpty () const

-Returns TRUE if the colormap is empty; otherwise returns FALSE. A +Returns true if the colormap is empty; otherwise returns false. A colormap with no color values set is considered to be empty.

TQGLColormap & TQGLColormap::operator= ( const TQGLColormap & map ) -- cgit v1.2.3