Change a method name of XiphComment to make it consistent with other method.

This commit is contained in:
Tsuda Kageyu
2015-12-16 11:00:13 +09:00
parent 63e838f831
commit 5480458dfc
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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