Feature #474
Add a metadatum member to access translated tag values without the need to use streams
Start date:
Due date:
% Done:
0%
Estimated time:
Description
GUI applications need to get the values as strings.
Related issues
Associated revisions
History
Updated by Andreas Huggel over 14 years ago
Once #516 is implemented, it probably won't be possible to use an op<< to output translated tags anymore.
Refactored op<< for Metadatum, introduced std::string Metadatum::print(). Fixes #474.