From 7d96918246b866a0b4aac6b4dc70e4c049c0ada9 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 11 Feb 2016 16:12:21 -0200 Subject: RewindWorkerThread renamed to TransitionWorkerThread. Also, added easing curve customization. --- pm.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pm.pro') 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 \ -- cgit v1.2.3