1 #ifndef TAGGINGLYRICS_H 2 #define TAGGINGLYRICS_H 11 bool write_lyrics(
const MetaData& md,
const QString& lyrics);
12 bool extract_lyrics(
const MetaData& md, QString& lyrics);
13 bool is_lyrics_supported(
const QString& filepath);
17 #endif // TAGGINGLYRICS_H
The GUI_TagEdit class.
Definition: GenreFetcher.h:32