diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-26 21:01:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 09:16:50 +0900 |
| commit | baf77040abf0f7c15cae85f54cdfdae45f89b307 (patch) | |
| tree | a552eb1982a1be5bc87d799b23860f4a88ab5272 /src/k3bdiskinfoview.cpp | |
| parent | 39f2157d6d3033db0ced5ef285896267e9fcbfaa (diff) | |
| download | k3b-baf77040.tar.gz k3b-baf77040.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e9ef6688e58dccde4be0f0db310987db99d66d7)
Diffstat (limited to 'src/k3bdiskinfoview.cpp')
| -rw-r--r-- | src/k3bdiskinfoview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bdiskinfoview.cpp b/src/k3bdiskinfoview.cpp index 1f3e68f..b548161 100644 --- a/src/k3bdiskinfoview.cpp +++ b/src/k3bdiskinfoview.cpp @@ -109,7 +109,7 @@ public: newWidth += listView()->columnWidth( i ); } - // TODO: find a way to get the TRUE new width after resizing + // TODO: find a way to get the true new width after resizing // TQRect r = p->clipRegion().boundingRect(); // r.setWidth( newWidth ); |
