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/qgridview-h.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qgridview-h.html') diff --git a/doc/html/qgridview-h.html b/doc/html/qgridview-h.html index 441c1ff54..c6f20b3c2 100644 --- a/doc/html/qgridview-h.html +++ b/doc/html/qgridview-h.html @@ -114,7 +114,7 @@ public: int rowAt( int y ) const; int columnAt( int x ) const; - void repaintCell( int row, int column, bool erase=TRUE ); + void repaintCell( int row, int column, bool erase=true ); void updateCell( int row, int column ); void ensureCellVisible( int row, int column ); -- cgit v1.2.3