Overload method for naming consistency
This commit is contained in:
parent
75b990faff
commit
0b7a629a41
3 changed files with 6 additions and 6 deletions
|
@ -28,8 +28,8 @@ class CocoaNotification : public Notification {
|
|||
|
||||
void NotificationDisplayed();
|
||||
void NotificationReplied(const std::string& reply);
|
||||
void NotificationButtonClicked();
|
||||
void NotificationAdditionalActionClicked(NSUserNotificationAction* action);
|
||||
void NotificationActivated();
|
||||
void NotificationActivated(NSUserNotificationAction* action);
|
||||
|
||||
NSUserNotification* notification() const { return notification_; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue