~stolowski/unity-scopes-shell/manage-dash-rtm

« back to all changes in this revision

Viewing changes to src/Unity/ubuntulocationservice.cpp

  • Committer: Pawel Stolowski
  • Date: 2014-12-16 16:01:24 UTC
  • mfrom: (132.1.3 unity-scopes-shell)
  • Revision ID: pawel.stolowski@canonical.com-20141216160124-lxoemdhdhh6aqgcl
Merged rtm-14.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    void init(GeoIp::Ptr geoIp)
86
86
    {
87
87
        m_geoIp = geoIp;
88
 
        m_geoIp->moveToThread(thread());
 
88
        m_geoIp->whollyMoveThread(thread());
89
89
 
90
90
        m_deactivateTimer.moveToThread(thread());
91
91
        m_deactivateTimer.setInterval(DEACTIVATE_INTERVAL);