~mterry/unity8/oobe-revert-geonames

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Launcher/MockLauncherModel.cpp

  • Committer: Michael Terry
  • Date: 2016-03-11 17:51:18 UTC
  • mfrom: (1821.227.75 unity8)
  • Revision ID: michael.terry@canonical.com-20160311175118-6za2cj41c21d88ha
Merge silo 64 (soon to be trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    MockLauncherItem *item = new MockLauncherItem("dialer-app", "/usr/share/applications/dialer-app.desktop", "Dialer", "dialer-app", this);
26
26
    item->setProgress(0);
27
27
    item->setPinned(true);
 
28
    item->setRunning(true);
28
29
    item->setFocused(true);
29
30
    m_list.append(item);
30
31
    item = new MockLauncherItem("camera-app", "/usr/share/applications/camera-app.desktop", "Camera", "camera", this);
34
35
    item = new MockLauncherItem("gallery-app", "/usr/share/applications/gallery-app.desktop", "Gallery", "gallery", this);
35
36
    item->setProgress(50);
36
37
    item->setCountVisible(true);
 
38
    item->setRunning(true);
37
39
    item->setAlerting(false);
38
40
    m_list.append(item);
39
41
    item = new MockLauncherItem("music-app", "/usr/share/applications/music-app.desktop", "Music", "soundcloud", this);