diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-02-11 16:12:21 -0200 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-02-11 16:12:21 -0200 |
commit | 7d96918246b866a0b4aac6b4dc70e4c049c0ada9 (patch) | |
tree | 0fabeec2a9dbef56478a3d07c5728e81b8c384dc /pm.pro | |
parent | 5f22fd080bb62a9242d1452415f5073bcfd69c49 (diff) |
RewindWorkerThread renamed to TransitionWorkerThread.
Also, added easing curve customization.
Diffstat (limited to 'pm.pro')
-rw-r--r-- | pm.pro | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ HEADERS += main.h \ historygraph.h \ barchart.h \ transitioncontrol.h \ - rewindworkerthread.h \ + transitionworkerthread.h \ manipulationhandler.h \ mapscalehandler.h \ numericrange.h \ @@ -51,7 +51,7 @@ SOURCES += main.cpp \ historygraph.cpp \ barchart.cpp \ transitioncontrol.cpp \ - rewindworkerthread.cpp \ + transitionworkerthread.cpp \ manipulationhandler.cpp \ mapscalehandler.cpp \ selectionhandler.cpp \ |