~jm-leddy/ubuntu/oneiric/unity-2d/unsetenvvariables

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-29 16:58:34 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20110929165834-6rrgqhexh65hopnc
Tags: upstream-4.12.0
ImportĀ upstreamĀ versionĀ 4.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    void addIndicator(const unity::indicator::Indicator::Ptr& indicator);
51
51
    void removeIndicator(const unity::indicator::Indicator::Ptr& indicator);
52
52
 
 
53
    QList<IndicatorEntryWidget*> entries() const;
 
54
 
53
55
private:
54
56
    QHBoxLayout* m_layout;
55
57
    IndicatorsManager* m_indicatorsManager;