21#ifndef SAYONARA_PLAYER_PLAYLISTPARSER_H
22#define SAYONARA_PLAYER_PLAYLISTPARSER_H
39namespace PlaylistParser
42 const std::shared_ptr<Util::FileSystem>& fileSystem,
43 const std::shared_ptr<Tagging::TagReader>& tagReader);
45 MetaDataList parsePlaylistWithoutTags(
const QString& filename,
46 const std::shared_ptr<Util::FileSystem>& fileSystem);
The GUI_TagEdit class.
Definition Engine.h:33
Helper functions.
Definition MetaTypeRegistry.h:25