Complete implementation of Phase 6 (Notifications & System Tray) and enhance Phase 7 (Background Sync) to actually perform synchronizations
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "syncscheduler.h"
|
||||
#include <QDebug>
|
||||
#include <QSettings>
|
||||
#include "db/dao/accountdao.h"
|
||||
#include "../services/synchronizer.h"
|
||||
#include "../core/eventbus.h"
|
||||
#include "../core/events.h"
|
||||
|
||||
SyncScheduler::SyncScheduler(QObject *parent)
|
||||
: QObject(parent)
|
||||
|
||||
Reference in New Issue
Block a user