~lukas-kde/unity8/betterSessionManagement

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Launcher/MockQuickListModel.h

  • Committer: Lukáš Tinkl
  • Date: 2017-03-24 11:57:27 UTC
  • mfrom: (2800.1.91 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170324115727-34c7tvv3qnxvxzdj
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
class MockQuickListModel: public QuickListModelInterface
28
28
{
29
29
    Q_OBJECT
 
30
    Q_PROPERTY(int count READ rowCount)
 
31
 
30
32
public:
31
33
    MockQuickListModel(QObject *parent = 0);
32
34