mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
Tray: Remove extra qualification in header
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user