23 #ifndef TAGGINGABSTRACTFRAME_H 24 #define TAGGINGABSTRACTFRAME_H 26 #include "Utils/Pimpl.h" 45 QString convert_string(
const TagLib::String& str)
const;
46 TagLib::String convert_string(
const QString& str)
const;
48 TagLib::String tag_key()
const;
54 template<
typename TagImpl>
59 TagImpl* mTag=
nullptr;
75 void set_tag(TagImpl* tag)
81 #endif // TAGGINGABSTRACTFRAME_H Definition: AbstractFrame.h:38
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
Definition: AbstractFrame.h:55