https://bugs.kde.org/show_bug.cgi?id=328050
--- Comment #9 from Ralf Habacker <ralf.habac...@freenet.de> --- Created attachment 106587 --> https://bugs.kde.org/attachment.cgi?id=106587&action=edit related method calls With the help of the following script I got a list of related calls: for i in $(find -name '*.cpp' | grep -v test.cpp); do grep -A4 -B4 -HnP "formatMoney\(.*[, ]+[0-9]+[ ]*\)" $i; done > bug-328050-grep-result.txt This list excludes all calls with - formatMoney(..., false) -> safe case - formatMoney(..., true) -> not used - all calls in test code -- You are receiving this mail because: You are the assignee for the bug.