From 0ad2a69c4234e23cbcdfe4ce2c498bd0bdeee611 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 7 Feb 2014 17:59:21 -0200 Subject: Show the profile again. This patch re-enables a few items on the profile, most notably, the profile itself. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/profile/animationfunctions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt-ui/profile/animationfunctions.h') diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h index d5f900cb3..958e53c03 100644 --- a/qt-ui/profile/animationfunctions.h +++ b/qt-ui/profile/animationfunctions.h @@ -2,11 +2,14 @@ #define ANIMATIONFUNCTIONS_H #include +#include + 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 animDelete(QObject *obj); }; -- cgit v1.2.3-70-g09d2