27#include "Utils/Pimpl.h"
28#include "Utils/SetFwd.h"
46 void sigGenresFetched();
47 void sigProgress(
int progress);
57 void createGenre(
const Genre& genre);
58 void deleteGenre(
const Genre& genre);
60 void renameGenre(
const Genre& oldGenre,
const Genre& newGenre);
Definition GenreFetcher.h:41
Definition LocalLibrary.h:38
The TagEdit class Metadata has to be added using the set_metadata(const MetaDataList&) method....
Definition Editor.h:43
Definition UserTaggingOperations.h:34
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition Set.h:37
The GUI_TagEdit class.
Definition GenreFetcher.h:34