~stolowski/unity-scopes-shell/scopes-harness-filters

« back to all changes in this revision

Viewing changes to src/Unity/scope.h

  • Committer: Pawel Stolowski
  • Date: 2016-03-02 08:18:38 UTC
  • mfrom: (222.1.56 filters)
  • Revision ID: pawel.stolowski@canonical.com-20160302081838-y7r4fm6b5qeoe393
Merged filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
    unity::scopes::Department::SCPtr m_rootDepartment;
255
255
    unity::scopes::Department::SCPtr m_lastRootDepartment;
256
256
    unity::scopes::FilterState m_filterState;
257
 
    unity::scopes::FilterState m_receivedFilterState;
258
257
    unity::shell::scopes::ScopeInterface::Status m_status;
259
258
    QList<unity::scopes::FilterBase::SCPtr> m_receivedFilters;
260
259
    QScopedPointer<Filters> m_filters;