Tidied up code, going to put up the coding convention later on
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "utility/ImageFile.h"
|
||||
|
||||
utility::ImageFile::ImageFile(const char *file) : TagLib::File(file)
|
||||
{
|
||||
}
|
||||
|
||||
TagLib::ByteVector utility::ImageFile::data()
|
||||
{
|
||||
return readBlock(length());
|
||||
}
|
||||
Reference in New Issue
Block a user