1#ifndef SYNCONCHANGESCHEDULER_H
2#define SYNCONCHANGESCHEDULER_H
8#include "SyncScheduler.h"
64 QStringList iSOCProfileNames;
bool addProfile(const SyncProfile *aProfile)
Call this method to schedule SOC for a profile.
Definition SyncOnChangeScheduler.cpp:24
SyncOnChangeScheduler()
constructor
Definition SyncOnChangeScheduler.cpp:9
~SyncOnChangeScheduler()
destructor
Definition SyncOnChangeScheduler.cpp:14
void removeProfile(const QString &aProfileName)
call this method to disable SOC that has been scheduled for a certain profile
Definition SyncOnChangeScheduler.cpp:45
void fire()
fire the timer
Definition SyncOnChangeScheduler.cpp:77
SyncOnChangeTimer(const SyncProfile *aProfile, const quint32 &aTimeout)
constructor
Definition SyncOnChangeScheduler.cpp:66
~SyncOnChangeTimer()
destructor
Definition SyncOnChangeScheduler.cpp:72
void timeout(const SyncProfile *aProfile)
emit this signal when the timeout occurs
A top level synchronization profile.
Definition SyncProfile.h:49
SyncScheduler(QObject *aParent=0)
Constructor.
Definition SyncScheduler.cpp:38
Definition SyncBackupAdaptor.h:41