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>
This commit is contained in:
Tomaz Canabrava 2014-02-07 16:54:12 -02:00 committed by Dirk Hohndel
parent d66e4b5236
commit 266daa326d
3 changed files with 33 additions and 4 deletions

View file

@ -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);
};