~agateau/unity-2d/show-launcher-from-home-button

« back to all changes in this revision

Viewing changes to launcher/app/autohidebehavior.h

  • Committer: Aurelien Gateau
  • Date: 2011-03-17 16:16:30 UTC
  • Revision ID: aurelien.gateau@canonical.com-20110317161630-9se8xqj75xai4pw3
Renamed SetMouseIsOverButton to SetMouseOverButton

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    AutoHideBehavior(VisibilityController* controller, Unity2dPanel* panel);
41
41
    ~AutoHideBehavior();
42
42
 
43
 
    void mouseIsOverHomeButtonChanged();
 
43
    void onMouseOverHomeButtonChanged();
44
44
 
45
45
protected:
46
46
    bool eventFilter(QObject*, QEvent*);