summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/animationfunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/profile/animationfunctions.h')
-rw-r--r--qt-ui/profile/animationfunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h
index 9269e6dd3..d8e44be0c 100644
--- a/qt-ui/profile/animationfunctions.h
+++ b/qt-ui/profile/animationfunctions.h
@@ -11,6 +11,7 @@ namespace Animations {
void moveTo(QObject *obj, qreal x, qreal y);
void moveTo(QObject *obj, const QPointF &pos);
void animDelete(QObject *obj);
+ void scaleTo(QObject *obj, qreal scale);
}
#endif // ANIMATIONFUNCTIONS_H