~lukas-kde/unity8/dashboard

« back to all changes in this revision

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

  • Committer: Lukáš Tinkl
  • Date: 2017-01-26 12:13:17 UTC
  • mfrom: (2749.1.49 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170126121317-qms39s9pikclidbe
merge trunk, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    m_list.append(item);
49
49
    item = new MockLauncherItem("libreoffice", "/usr/share/applications/libreoffice.desktop","Libre Office", "libreoffice", this);
50
50
    m_list.append(item);
51
 
    qDebug() << "mock model created";
52
51
 
53
52
    qsrand(QDateTime::currentMSecsSinceEpoch() / 1000);
54
53
}