11 void installAlarmyTime(std::shared_ptr<AlarmyNote> time);
12 void removeAlarmyTime(std::shared_ptr<AlarmyNote> time);
21 void notifyTimeStart(std::shared_ptr<AlarmyNote> note);
26 QList<std::shared_ptr<AlarmyNote>> notes_holdings;
std::shared_ptr< AlarmyNote > searchWithTime(QTime time)
searchWithTime search the notifier with clock
Definition alarmynotifier.cpp:24