diff options
Diffstat (limited to 'qt-ui/profile/animationfunctions.h')
-rw-r--r-- | qt-ui/profile/animationfunctions.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h new file mode 100644 index 000000000..e1a0d4dee --- /dev/null +++ b/qt-ui/profile/animationfunctions.h @@ -0,0 +1,12 @@ +#ifndef ANIMATIONFUNCTIONS_H +#define ANIMATIONFUNCTIONS_H + +#include <QtGlobal> +class QObject; + +namespace Animations{ + void hide(QObject *obj); + void moveTo(QObject *obj, qreal x, qreal y); +}; + +#endif
\ No newline at end of file |