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.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h
deleted file mode 100644
index 3cfcff563..000000000
--- a/qt-ui/profile/animationfunctions.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef ANIMATIONFUNCTIONS_H
-#define ANIMATIONFUNCTIONS_H
-
-#include <QtGlobal>
-#include <QPointF>
-
-class QObject;
-
-namespace Animations {
- void hide(QObject *obj);
- void show(QObject *obj);
- 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