~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Unity/Launcher/launchermodel.h

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2013 Canonical Ltd.
 
2
 * Copyright 2013-2014 Canonical Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU Lesser General Public License as published by
62
62
private:
63
63
    void storeAppList();
64
64
 
 
65
    void unpin(const QString &appId);
 
66
 
65
67
private Q_SLOTS:
66
68
    void countChanged(const QString &appId, int count);
67
69
    void countVisibleChanged(const QString &appId, int count);
79
81
    DBusInterface *m_dbusIface;
80
82
 
81
83
    ApplicationManagerInterface *m_appManager;
 
84
 
 
85
    friend class LauncherModelTest;
82
86
};
83
87
 
84
88
#endif // LAUNCHERMODEL_H