1#ifndef CLOCKEVENTBROADCASTER_H
2#define CLOCKEVENTBROADCASTER_H
19 void process_activate_clock(std::shared_ptr<AlarmyNote> note);
22 void install_default_action();
26 QList<ClockEventProcessor*> processors;
Definition alarmynote.h:4
The ClockEventBroadcaster class.
Definition clockeventbroadcaster.h:10
Definition clockeventprocessor.h:7