Console: rename PascalCase named methods to camelCase

This commit is contained in:
bofdahof
2025-03-30 00:50:27 +10:00
committed by Kacper Donat
parent 1dbc0638c3
commit ba2c2ca5ad
497 changed files with 2423 additions and 2425 deletions

View File

@@ -315,7 +315,7 @@ double QGIArrow::getOverlapAdjust(ArrowType style, double size)
// ex for fork and tick, adjustment sb zero. 0.25 is good for filled triangle, 0.1 for open arrow.
// open circle sb = radius
// NOTE: this may need to be adjusted to account for line thickness too.
// Base::Console().Message("QGIA::getOverlapAdjust(%d, %.3f) \n", style, size);
// Base::Console().message("QGIA::getOverlapAdjust(%d, %.3f) \n", style, size);
switch(style) {
case ArrowType::FILLED_ARROW:
return 0.50 * size;