~sil2100/unity-2d/bump_new_nux_libunity

« back to all changes in this revision

Viewing changes to launcher/UnityApplications/launcherapplicationslist.h

  • Committer: Florian Boucault
  • Date: 2011-02-10 14:40:03 UTC
  • mfrom: (359.2.44 maverick)
  • Revision ID: florian@boucault.net-20110210144003-6hhny3axzwvty3h2
Merged from 'maverick' branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <QList>
22
22
#include <QVariant>
23
23
#include <QString>
 
24
#include <QUrl>
24
25
#include <QObject>
25
26
#include <QtDeclarative/qdeclarative.h>
26
27
 
40
41
    int rowCount(const QModelIndex & parent = QModelIndex()) const;
41
42
 
42
43
    Q_INVOKABLE void insertFavoriteApplication(QString desktop_file);
 
44
    Q_INVOKABLE void insertWebFavorite(const QUrl& url);
43
45
 
44
46
private:
45
47
    void load();