~townsend/unity/low-gfx-mode-option

« back to all changes in this revision

Viewing changes to panel/PanelIndicatorsView.h

* Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
  nux::Property<double> opacity;
73
73
 
74
 
  sigc::signal<void, PanelIndicatorEntryView*> on_indicator_updated;
 
74
  sigc::signal<void> on_indicator_updated;
75
75
  sigc::signal<void, PanelIndicatorEntryView*> entry_added;
76
76
  sigc::signal<void, PanelIndicatorEntryView*> entry_removed;
77
77