Amend the comment on MP4::File::hasMP4Tag().

This commit is contained in:
Tsuda Kageyu 2015-11-18 14:17:29 +09:00
parent 762581fe3f
commit 69921b8090

View File

@ -118,7 +118,8 @@ namespace TagLib {
bool save();
/*!
* Returns whether or not the file on disk actually has an MP4 tag.
* Returns whether or not the file on disk actually has an MP4 tag, or the
* file has a Metadata Item List (ilst) atom.
*/
bool hasMP4Tag() const;