Add support for saving reports to and loading from xml files
Needs ReviewPublic

Authored by habacker on Oct 9 2019, 8:48 AM.

Details

Reviewers
tbaumgart
Summary

Saving is currently only implemented for ListTable.

FIXED-IN:5.1.0
BUG:412750

Test Plan

patch does not compile because of changes in the ListTable::TableRow implementation

Diff Detail

Repository
R261 KMyMoney
Branch
5.0
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17468
Build 17486: arc lint + arc unit
habacker requested review of this revision.Oct 9 2019, 8:48 AM
habacker created this revision.
habacker added inline comments.Oct 9 2019, 9:24 AM
kmymoney/plugins/views/reports/core/listtable.cpp
504

This does not work anymore because the map key type has been changed

600

this also does not work. Any hints how to fix this are welcome.

habacker updated this revision to Diff 67535.Oct 9 2019, 9:28 AM
  • fixed one compile error