https://bugs.kde.org/show_bug.cgi?id=498356
--- Comment #3 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 39ac4b0d06d18788eb048c9d566a1a6623f153bf by Ralf Habacker. Committed on 21/01/2025 at 19:01. Pushed by habacker into branch 'master'. Rename MyMoneySplit::price() to possibleCalculatedPrice() The previously used method for querying the price performs additional calculations that are not suitable for saving in files and other output. In order to be able to query the price without further adjustments, the current method has been renamed and an additional method has been added. M +3 -3 kmymoney/converter/mymoneystatementreader.cpp M +4 -3 kmymoney/kmymoney.cpp M +6 -0 kmymoney/mymoney/mymoneysplit.cpp M +10 -4 kmymoney/mymoney/mymoneysplit.h M +1 -1 kmymoney/mymoney/splitmodel.cpp M +4 -4 kmymoney/mymoney/storage/journalmodel.cpp M +22 -9 kmymoney/mymoney/tests/mymoneysplit-test.cpp M +2 -0 kmymoney/mymoney/tests/mymoneysplit-test.h M +1 -1 kmymoney/plugins/csv/export/csvwriter.cpp M +1 -1 kmymoney/plugins/qif/export/mymoneyqifwriter.cpp M +1 -1 kmymoney/plugins/sql/mymoneystoragesql_p.h M +8 -6 kmymoney/plugins/views/reports/core/querytable.cpp M +2 -2 kmymoney/plugins/xml/mymoneyxmlwriter.cpp M +1 -1 kmymoney/views/investactivities.cpp M +2 -2 kmymoney/views/investtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/39ac4b0d06d18788eb048c9d566a1a6623f153bf -- You are receiving this mail because: You are the assignee for the bug.