diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-07 16:54:12 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-08 07:19:58 -0800 |
commit | 266daa326d9a2de21c8f119864d7030526fec14e (patch) | |
tree | c06b48679e24226487861e04f2ed36768e23c626 /qt-ui/profile/animationfunctions.h | |
parent | d66e4b5236441f3ac83a314055e4981571197d86 (diff) | |
download | subsurface-266daa326d9a2de21c8f119864d7030526fec14e.tar.gz |
Start the profile state
The setup of the item positions for the profile state should be done here.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/animationfunctions.h')
-rw-r--r-- | qt-ui/profile/animationfunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h index ff2c34d50..d5f900cb3 100644 --- a/qt-ui/profile/animationfunctions.h +++ b/qt-ui/profile/animationfunctions.h @@ -6,7 +6,7 @@ class QObject; namespace Animations{ void hide(QObject *obj); - void moveTo(QObject *obj, qreal x, qreal y); + void moveTo(QObject *obj, qreal x, qreal y, int msecs = 500); void animDelete(QObject *obj); }; |