~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to launcher/LauncherController.h

  • Committer: handsome_feng
  • Date: 2016-01-15 01:41:04 UTC
  • mfrom: (4067 unity)
  • mto: This revision was merged to the branch mainline in revision 4073.
  • Revision ID: 445865575@qq.com-20160115014104-i62hh5373ut0knfu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
  void ClearTooltips();
82
82
 
 
83
  sigc::signal<void, AbstractLauncherIcon::Ptr const&> icon_added;
 
84
  sigc::signal<void, AbstractLauncherIcon::Ptr const&> icon_removed;
 
85
 
83
86
protected:
84
87
  // Introspectable methods
85
88
  std::string GetName() const;