From df48ed078a0409e56f8d3373898f0797c3376ae7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c) --- doc/html/configelem_8cpp-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/configelem_8cpp-source.html') diff --git a/doc/html/configelem_8cpp-source.html b/doc/html/configelem_8cpp-source.html index 2121fff..95dfb78 100644 --- a/doc/html/configelem_8cpp-source.html +++ b/doc/html/configelem_8cpp-source.html @@ -725,7 +725,7 @@ 00708 { 00709 int number; //an extracted mail number 00710 TQString uid; //an extracted uid -00711 bool corruptData = false; //set to TRUE, if a data is corrupt +00711 bool corruptData = false; //set to true, if a data is corrupt 00712 bool isNew = false; //state of the received mail 00713 00714 //stop timeout timer @@ -900,7 +900,7 @@ 00883 { 00884 int number; //an extracted mail number 00885 long size; //an extracted size -00886 bool corruptData = false; //set to TRUE, if a data is corrupt +00886 bool corruptData = false; //set to true, if a data is corrupt 00887 00888 //stop timeout timer 00889 pop3Timer->stop(); -- cgit v1.2.3