~renatofilho/sync-monitor/remove-addressbook

« back to all changes in this revision

Viewing changes to src/sync-daemon.cpp

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2014-04-07 19:51:32 UTC
  • Revision ID: renato.filho@canonical.com-20140407195132-k26bg0750ljuzpl0
Created unit test for SyncQueue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    m_provider = new ProviderTemplate();
44
44
    m_provider->load();
45
45
 
46
 
    m_syncQueue = new SyncQueue();
 
46
    m_syncQueue = new SyncQueue<SyncAccount>();
47
47
 
48
48
    m_timeout = new QTimer(this);
49
49
    m_timeout->setInterval(DAEMON_SYNC_TIMEOUT);