1 #ifndef SYNCONCHANGESCHEDULER_H
2 #define SYNCONCHANGESCHEDULER_H
8 #include "SyncScheduler.h"
65 QStringList iSOCProfileNames;
void timeout(const SyncProfile *aProfile)
emit this signal when the timeout occurs
Definition: moc_SyncOnChangeScheduler.cpp:224
Definition: SyncOnChangeScheduler.h:15
Definition: SyncOnChangeScheduler.h:69
~SyncOnChangeTimer()
destructor
Definition: SyncOnChangeScheduler.cpp:76
void fire()
fire the timer
Definition: SyncOnChangeScheduler.cpp:81
SyncOnChangeScheduler()
constructor
Definition: SyncOnChangeScheduler.cpp:9
SyncOnChangeTimer(const SyncProfile *aProfile, const quint32 &aTimeout)
constructor
Definition: SyncOnChangeScheduler.cpp:70
Definition: AccountsHelper.h:31
~SyncOnChangeScheduler()
destructor
Definition: SyncOnChangeScheduler.cpp:14
SyncScheduler Object to be used to set Schedule via the framework.
Definition: SyncScheduler.h:52
bool addProfile(const SyncProfile *aProfile)
Call this method to schedule SOC for a profile.
Definition: SyncOnChangeScheduler.cpp:24
A top level synchronization profile.
Definition: SyncProfile.h:47
void removeProfile(const QString &aProfileName)
call this method to disable SOC that has been scheduled for a certain profile
Definition: SyncOnChangeScheduler.cpp:48