diff options
Diffstat (limited to 'qt-ui/profile/animationfunctions.h')
-rw-r--r-- | qt-ui/profile/animationfunctions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h index e1a0d4dee..ff2c34d50 100644 --- a/qt-ui/profile/animationfunctions.h +++ b/qt-ui/profile/animationfunctions.h @@ -7,6 +7,7 @@ class QObject; namespace Animations{ void hide(QObject *obj); void moveTo(QObject *obj, qreal x, qreal y); + void animDelete(QObject *obj); }; #endif
\ No newline at end of file |