22 #include <cleanuphandler.h> 47 bool clean()
override;
bool clean() override
clean Perform the cleanupHandler clean.
const std::string queryName() override
this function is needed to query member name
The FileCleanUpHandler class is a subclass of CleanUpHandler that deletes a file. ...
FileCleanUpHandler(const std::string &path)
FileCleanUpHandler Create a cleanupHandler for the Path, which will be deleted when running the clean...
Developers guide to adding a config item: