Tray: Remove extra qualification in header
This commit is contained in:
parent
ee783a13ad
commit
8a296f82a0
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ class TrayIcon {
|
|||
void NotifyRightClicked(const gfx::Rect& bounds = gfx::Rect(),
|
||||
int modifiers = 0);
|
||||
void NotifyDropFiles(const std::vector<std::string>& files);
|
||||
void TrayIcon::NotifyDragEntered();
|
||||
void TrayIcon::NotifyDragExited();
|
||||
void NotifyDragEntered();
|
||||
void NotifyDragExited();
|
||||
|
||||
protected:
|
||||
TrayIcon();
|
||||
|
|
Loading…
Add table
Reference in a new issue