~diegosarmentero/unity8/purchase-component

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/indicator.h

Allow setting different indicator positions for different profiles.

Approved by PS Jenkins bot, Nick Dedekind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    Indicator(QObject *parent = 0);
36
36
    virtual ~Indicator();
37
37
 
38
 
    void init(const QString& busName, const QSettings& settings);
 
38
    void init(const QString &profile, const QString& busName, const QSettings& settings);
39
39
 
40
40
    QString identifier() const;
41
41
    int position() const;