"I coomit"
This commit is contained in:
parent
a7afa9a483
commit
d2c2df31ca
@ -21,6 +21,8 @@ MessageN10n::~MessageN10n(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool MessageN10n::onEvent(const Message::Events::MessageConstruct& e) {
|
bool MessageN10n::onEvent(const Message::Events::MessageConstruct& e) {
|
||||||
|
std::cout << "message constructed called\n";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (!e.e.all_of<Message::Components::MessageText>()) {
|
if (!e.e.all_of<Message::Components::MessageText>()) {
|
||||||
return false;
|
return false;
|
||||||
@ -42,10 +44,12 @@ bool MessageN10n::onEvent(const Message::Events::MessageConstruct& e) {
|
|||||||
|
|
||||||
void MessageN10n::toastActivated(void) const {
|
void MessageN10n::toastActivated(void) const {
|
||||||
// action
|
// action
|
||||||
|
std::cout << "action called\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void MessageN10n::toastActivated(int actionIndex) const {
|
void MessageN10n::toastActivated(int actionIndex) const {
|
||||||
// action
|
// action
|
||||||
|
std::cout << "action called\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void MessageN10n::toastDismissed(WinToastDismissalReason) const {
|
void MessageN10n::toastDismissed(WinToastDismissalReason) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user