Complete implementation of Phase 6 (Notifications & System Tray) and enhance Phase 7 (Background Sync) to actually perform synchronizations

This commit is contained in:
Padrino
2026-05-29 11:43:44 +02:00
parent c3567f93d5
commit 4fdd95c979
3 changed files with 154 additions and 7 deletions
+5
View File
@@ -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)