Opened 7 years ago
Closed 7 years ago
#79 closed enhancement (completed)
Modify readXML() functions to handle default properties as "optional"
Reported by: | ghorwin | Owned by: | fechner |
---|---|---|---|
Priority: | major | Milestone: | 2.0.13 |
Version: | 2.0.x | Keywords: | |
Cc: | Operating System: | all |
Description
Change History (3)
comment:1 by , 7 years ago
Milestone: | 2.0.12 → 2.0.13 |
---|
comment:2 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Resolution: | → completed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Add member variable AbstractChartModel::m_writeAllProperties that is publically settable before calling writeXML().
Each writeXML() function tests for
and only then writes the property to file.