From 9f37bac07a06870bc3e5d1c150496ed347a4de99 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 11 Mar 2014 17:27:05 -0300 Subject: Support Animation Speed via Settings. This is very userfull for a ( yet to be implemented ) preference dialog about the animation speed, so the user can enable / disable the animations or make it a bit faster for it's taste. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/profile/animationfunctions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-ui/profile/animationfunctions.h') diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h index f6c93c7ae..e0338393e 100644 --- a/qt-ui/profile/animationfunctions.h +++ b/qt-ui/profile/animationfunctions.h @@ -9,8 +9,8 @@ class QObject; namespace Animations { void hide(QObject *obj); - void moveTo(QObject *obj, qreal x, qreal y, int msecs = 500); - void moveTo(QObject *obj, const QPointF &pos, int msecs = 500); + void moveTo(QObject *obj, qreal x, qreal y); + void moveTo(QObject *obj, const QPointF &pos); void animDelete(QObject *obj); } -- cgit v1.2.3-70-g09d2