WIP. Adding config file handling. UserInterface settings implemented
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
#include "Service.hpp"
|
||||
|
||||
namespace Service {
|
||||
|
||||
class DatabaseUpdateService : public Service
|
||||
{
|
||||
public:
|
||||
@@ -28,5 +30,7 @@ class DatabaseUpdateService : public Service
|
||||
DatabaseUpdater::Updater _databaseUpdater; // Todo use handler
|
||||
};
|
||||
|
||||
} // namespace Service
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user