Merge remote branch 'trondeau/qtclock'
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Wed, 21 Jul 2010 23:33:48 +0000 (16:33 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Wed, 21 Jul 2010 23:33:48 +0000 (16:33 -0700)
commitfbe9df39e5a815f96215ca344466e4373cd08594
treea9b576af0250222df92a3a67f089c289772b27dc
parent278b6db3de99ae31d5f4f79dcd62708c4757d7fa
parent8c55d94d3839fc0a192acd6a39999ee5f589221e
Merge remote branch 'trondeau/qtclock'

* trondeau/qtclock:
  From my reading, we should never need to define the timespec struct (so we will wait until this bites me).
  Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure.
  Reformatting highResTimeFunction.h for better readibility.