aboutsummaryrefslogtreecommitdiff
path: root/tests/test-clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* copyediting: use 'nullptr' instead of 'NULL' in c++ sourceCharles Kerr2014-02-021-2/+2
|
* copyediting: as per review, use name_of_thing() instead of ↵Charles Kerr2014-01-301-4/+4
| | | | get_name_of_thing() or getNameOfThing()
* 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/