~dandrader/unity8/surfaceDrawn

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/fake_scope.cpp

  • Committer: CI Train Bot
  • Author(s): Albert Astals Cid
  • Date: 2016-05-04 18:09:25 UTC
  • mfrom: (1944.15.9 expandable_filter)
  • Revision ID: ci-train-bot@canonical.com-20160504180925-cey9wa2qnkh0yahw
Expandable Filter Widget
Approved by: Andrea Cimitan, Pawel Stolowski

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    , m_filters(new Filters(this))
50
50
    , m_returnNullPreview(returnNullPreview)
51
51
{
 
52
    m_filters->addFakeFilters();
 
53
 
52
54
    m_primaryNavigationFilter = new FakeOptionSelectorFilter("OSF3", "PFTag", "Which food you like More", false, QStringList() << "meat" << "vegetables", this);
53
55
    connect(m_filters, &Filters::activeFiltersCountChanged, this, &Scope::activeFiltersCountChanged);
54
56
}