Converted Timestamp to use a straight qint64.version_0.0.13
commitca5e89168f6c1941cd32524da67962151260b299
authorstrange <kawk256@gmail.com>
Mon, 29 Mar 2010 00:17:29 +0000 (28 18:17 -0600)
committerstrange <kawk256@gmail.com>
Mon, 29 Mar 2010 00:17:29 +0000 (28 18:17 -0600)
treea833d5d461202a60eabecbfaff1818452506089b
parentc3580ba3ad5cfac6b53990da25326d73875b6dbf
Converted Timestamp to use a straight qint64.

. . . this is rather than using, for some reason only my subconcious knew, a
Linux-specific structure from time.h called timespec.

In theory, this means that all Timestamp-related operations should be every so
slightly faster, since there is less work being done adding/comparing 64-bit
integers than adding/comparing two of them . . .
gui/src/storage/Timestamp.cpp
gui/src/storage/Timestamp.h
gui/src/visualization/Viewport.cpp