11 #include "music/jobs/MusicLibraryProgressJob.h" 29 const char *
GetType()
const override {
return "MusicLibraryCleaningJob"; }
30 bool operator==(
const CJob* job)
const override;
Base class for jobs that are executed asynchronously.
Definition: Job.h:109
Class to store and read tag information.
Definition: MusicDatabase.h:98
Combined base implementation of a music library job with a progress bar.
Definition: MusicLibraryProgressJob.h:17
Music library job implementation for cleaning the video library.
Definition: MusicLibraryCleaningJob.h:18
const char * GetType() const override
Function that returns the type of job.
Definition: MusicLibraryCleaningJob.h:29
CMusicLibraryCleaningJob(CGUIDialogProgress *progressDialog)
Creates a new music library cleaning job.
Definition: MusicLibraryCleaningJob.cpp:14
Definition: GUIDialogProgress.h:16
bool Work(CMusicDatabase &db) override
Worker method to be implemented by an actual implementation.
Definition: MusicLibraryCleaningJob.cpp:36