Update taglib

This commit is contained in:
Jonas Kvinge
2019-09-20 18:07:13 +02:00
parent 2d4efd6cf0
commit e7b5e02657
58 changed files with 581 additions and 351 deletions

View File

@@ -44,7 +44,7 @@ namespace TagLib {
enum AccessType { Read, Write };
/*!
* Creates a Strawberry_TagLib::TagLib::Tag that is the union of \a first, \a second, and
* Creates a TagLib::Tag that is the union of \a first, \a second, and
* \a third. The TagUnion takes ownership of these tags and will handle
* their deletion.
*/