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(),
|
void NotifyRightClicked(const gfx::Rect& bounds = gfx::Rect(),
|
||||||
int modifiers = 0);
|
int modifiers = 0);
|
||||||
void NotifyDropFiles(const std::vector<std::string>& files);
|
void NotifyDropFiles(const std::vector<std::string>& files);
|
||||||
void TrayIcon::NotifyDragEntered();
|
void NotifyDragEntered();
|
||||||
void TrayIcon::NotifyDragExited();
|
void NotifyDragExited();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
TrayIcon();
|
TrayIcon();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue