mirror of
https://github.com/taglib/taglib.git
synced 2025-11-16 14:42:52 -05:00
Implemented the most easy comments on the pull request.
This commit is contained in:
@ -61,14 +61,14 @@ namespace TagLib {
|
||||
Mod::Tag *tag() const;
|
||||
|
||||
/*!
|
||||
* Implements the unified tag dictionary interface -- export function.
|
||||
* Forwards to Mod::Tag::toDict().
|
||||
* BIC: will be removed once File::toDict() is made virtual
|
||||
*/
|
||||
TagDict toDict() const;
|
||||
|
||||
/*!
|
||||
* Implements the unified tag dictionary interface -- import function.
|
||||
* Forwards to Mod::Tag::fromDict().
|
||||
* BIC: will be removed once File::fromDict() is made virtual
|
||||
*/
|
||||
void fromDict(const TagDict &);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user