aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-02-11 16:12:21 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2016-02-11 16:12:21 -0200
commit7d96918246b866a0b4aac6b4dc70e4c049c0ada9 (patch)
tree0fabeec2a9dbef56478a3d07c5728e81b8c384dc /pm.pro
parent5f22fd080bb62a9242d1452415f5073bcfd69c49 (diff)
RewindWorkerThread renamed to TransitionWorkerThread.
Also, added easing curve customization.
Diffstat (limited to 'pm.pro')
-rw-r--r--pm.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/pm.pro b/pm.pro
index 426cb23..5b91bc0 100644
--- a/pm.pro
+++ b/pm.pro
@@ -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 \