aboutsummaryrefslogtreecommitdiff
path: root/src/date-time.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-40/+25
| | | | have a timer for that in Formatter, so move it from there to Clock and add a corresponding public signal Clock.minuteChanged that both Formatter and Alarms can use. Sync unit tests.
* move DateTime's impl from the header to a cc fileCharles Kerr2014-01-221-0/+157