mirror of
https://github.com/taglib/taglib.git
synced 2025-09-10 07:14:19 -04:00
Change a method name of XiphComment to make it consistent with other method.
This commit is contained in:
@ -326,7 +326,7 @@ void Ogg::XiphComment::removePicture(FLAC::Picture *picture, bool del)
|
||||
delete picture;
|
||||
}
|
||||
|
||||
void Ogg::XiphComment::removePictures()
|
||||
void Ogg::XiphComment::removeAllPictures()
|
||||
{
|
||||
d->pictureList.clear();
|
||||
}
|
||||
|
@ -245,7 +245,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* Remove all pictures.
|
||||
*/
|
||||
void removePictures();
|
||||
void removeAllPictures();
|
||||
|
||||
/*!
|
||||
* Add a new picture to the comment block. The comment block takes ownership of the
|
||||
|
Reference in New Issue
Block a user