~unity-2d-team/unity-2d/shortcut-hint-overlay

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/applicationslistdbus.h

  • Committer: Tiago Salem Herrmann
  • Date: 2012-03-19 15:28:41 UTC
  • mfrom: (771.40.182 unity-2d)
  • Revision ID: tiago.herrmann@canonical.com-20120319152841-2hfflo67muks7gca
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef LAUNCHERAPPLICATIONSLISTDBUS_H
2
 
#define LAUNCHERAPPLICATIONSLISTDBUS_H
 
1
#ifndef APPLICATIONSLISTDBUS_H
 
2
#define APPLICATIONSLISTDBUS_H
3
3
 
4
4
#include <QObject>
5
5
#include <QtDBus/QDBusAbstractAdaptor>
6
6
 
7
 
class LauncherApplicationsListDBUS : public QDBusAbstractAdaptor
 
7
class ApplicationsListDBUS : public QDBusAbstractAdaptor
8
8
{
9
9
    Q_OBJECT
10
10
    Q_CLASSINFO("D-Bus Interface", "com.canonical.Unity.Launcher")
11
11
 
12
12
public:
13
 
    explicit LauncherApplicationsListDBUS(QObject *parent = 0);
 
13
    explicit ApplicationsListDBUS(QObject *parent = 0);
14
14
 
15
15
public Q_SLOTS:
16
16
    void AddLauncherItemFromPosition(QString icon, QString title,
19
19
 
20
20
};
21
21
 
22
 
#endif // LAUNCHERAPPLICATIONSLISTDBUS_H
 
22
#endif // APPLICATIONSLISTDBUS_H