aboutsummaryrefslogtreecommitdiff
path: root/tests/test-clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alarms is going to need to know when the clock's minute changes. We already ↵Charles Kerr2014-01-221-18/+14
| | | | 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.
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+144
with src/