Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
[libcontacts] Do not postpone fetching indefinitely
Browse files Browse the repository at this point in the history
QElapsedTimer now isValid() on construction, without having started;
it must be explicitly invalidated at startup.
  • Loading branch information
matthewvogt committed Jul 26, 2013
1 parent 7206f20 commit 27185cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seasidecache.cpp
Expand Up @@ -204,6 +204,7 @@ SeasideCache::SeasideCache()
instancePtr = this;

m_timer.start();
m_fetchPostponed.invalidate();

#ifdef HAS_MLITE
connect(&m_displayLabelOrderConf, SIGNAL(valueChanged()), this, SLOT(displayLabelOrderChanged()));
Expand Down

0 comments on commit 27185cb

Please sign in to comment.