~stolowski/unity-scopes-shell/fix-1370483

« back to all changes in this revision

Viewing changes to src/Unity/scopes.h

  • Committer: CI bot
  • Author(s): Pawel Stolowski
  • Date: 2014-09-07 19:29:07 UTC
  • mfrom: (132.2.3 query-all-scopes)
  • Revision ID: ps-jenkins@lists.canonical.com-20140907192907-e451187tni5ujl4k
Query all (favorite) scopes on startup to provide better "after boot" experience. 
Approved by: Pete Woods, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    void invalidateScopeResults(QString const&);
83
83
 
84
84
private:
 
85
    void queryScopesOnStartup();
 
86
 
85
87
    static int LIST_DELAY;
86
88
    static const int SCOPE_DELETE_DELAY;
87
89
    class Priv;
93
95
    OverviewScope* m_overviewScope;
94
96
    QThread* m_listThread;
95
97
    bool m_loaded;
 
98
    bool m_queryOnStartup;
96
99
 
97
100
    LocationService::Ptr m_locationService;
98
101