~mzanetti/unity8/fix-left-edge-on-spread

« back to all changes in this revision

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

  • Committer: Michael Zanetti
  • Date: 2015-01-12 11:21:17 UTC
  • mfrom: (1459.1.85 unity8)
  • Revision ID: michael.zanetti@canonical.com-20150112112117-0x9srs9dx0ndp60g
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
public Q_SLOTS:
60
60
    void requestRemove(const QString &appId);
 
61
    Q_INVOKABLE void refresh();
61
62
 
62
63
private:
63
64
    void storeAppList();
68
69
    void countChanged(const QString &appId, int count);
69
70
    void countVisibleChanged(const QString &appId, int count);
70
71
    void progressChanged(const QString &appId, int progress);
71
 
    void refresh();
72
72
 
73
73
    void applicationAdded(const QModelIndex &parent, int row);
74
74
    void applicationRemoved(const QModelIndex &parent, int row);