14#include <QCoreApplication>
19template<
class Application>
114 static_assert (std::is_base_of<Application, QCoreApplication>::value,
115 "the Application type must be QCoreApplication");
116 setCore(
new Application(_argc, _argv));
The ServiceBase class This is Base service class. Please for create your own services use the Patronu...
void setCore(QCoreApplication *core)
setCore This method sets new object of the core application.
The Service class it is class for create a services from daemons.
void createApplication() override
createApplication default implementation create a Application object.
Service(int argc, char *argv[])
Service This is main constructor of the service object.
The Patronum namespace - It is main name space of Patronum Library. The Patronum library support the ...