diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 16:34:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 18:26:20 +0900 |
| commit | 0599e57edd9b4998aa99b0a14f4d83c2b9390b29 (patch) | |
| tree | 0f9cf5d922e8c354348e50872fe00aa6ee9136cf /kpovmodeler/pmdockwidget.h | |
| parent | 063aaff4032126e6e0685865142dea3102a6eff7 (diff) | |
| download | tdegraphics-0599e57e.tar.gz tdegraphics-0599e57e.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c7c1795c817c1f7b89046c6d9f24379143f0bf6b)
Diffstat (limited to 'kpovmodeler/pmdockwidget.h')
| -rw-r--r-- | kpovmodeler/pmdockwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmdockwidget.h b/kpovmodeler/pmdockwidget.h index d65c5aa7..cf973d10 100644 --- a/kpovmodeler/pmdockwidget.h +++ b/kpovmodeler/pmdockwidget.h @@ -942,7 +942,7 @@ public: void setSplitterOpaqueResize(bool b=true); /** - * Returns TRUE if opaque resizing is enabled, FALSE otherwise. + * Returns true if opaque resizing is enabled, false otherwise. */ bool splitterOpaqueResize() const; @@ -954,7 +954,7 @@ public: void setSplitterKeepSize(bool b=true); /** - * Returns TRUE if the KeepSize is enabled, FALSE otherwise. + * Returns true if the KeepSize is enabled, false otherwise. */ bool splitterKeepSize() const; @@ -967,7 +967,7 @@ public: void setSplitterHighResolution(bool b=true); /** - * Returns TRUE if the splitter uses the high resolution, FALSE otherwise. + * Returns true if the splitter uses the high resolution, false otherwise. */ bool splitterHighResolution() const; |
