Optimize|libdeng2|App|GuiApp: High-performance timing for the App/Animation Clock
It is pointless to calculate animations using time values that include date information. Now the GUI application's clock uses the simpler high-performance timing.
Removes use of the expensive QDateTime::msecsTo().
Optimize|libdeng2|App|GuiApp: High-performance timing for the App/Animation Clock
It is pointless to calculate animations using time values that include
date information. Now the GUI application's clock uses the simpler
high-performance timing.
Removes use of the expensive QDateTime::msecsTo().