Add "click" event for TrayIcon.
This commit is contained in:
parent
9699dbb71f
commit
cbd9366898
6 changed files with 43 additions and 1 deletions
|
@ -12,4 +12,8 @@ TrayIcon::TrayIcon() {
|
|||
TrayIcon::~TrayIcon() {
|
||||
}
|
||||
|
||||
void TrayIcon::NotifyClicked() {
|
||||
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnClicked());
|
||||
}
|
||||
|
||||
} // namespace atom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue