From 2dd4d59787dcca2aa6682c89b8a02ea392175c39 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Mar 2025 21:02:27 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- src/gui/editors/notation/SystemFont.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/editors/notation/SystemFont.cpp') diff --git a/src/gui/editors/notation/SystemFont.cpp b/src/gui/editors/notation/SystemFont.cpp index 0eb3ab4..602ebb2 100644 --- a/src/gui/editors/notation/SystemFont.cpp +++ b/src/gui/editors/notation/SystemFont.cpp @@ -135,8 +135,8 @@ qfont: // The TQt documentation says: // // bool TQFontInfo::exactMatch() const - // Returns TRUE if the matched window system font is exactly the - // same as the one specified by the font; otherwise returns FALSE. + // Returns true if the matched window system font is exactly the + // same as the one specified by the font; otherwise returns false. // // My arse. I specify "feta", I get "Verdana", and exactMatch // returns true. Uh huh. -- cgit v1.2.3