mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove unused animation functions
A few animation function are not necessary anymore. Remove them. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
5c5c0c4880
commit
e7b078a7fd
2 changed files with 2 additions and 39 deletions
|
@ -2,18 +2,12 @@
|
|||
#ifndef ANIMATIONFUNCTIONS_H
|
||||
#define ANIMATIONFUNCTIONS_H
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QPointF>
|
||||
|
||||
class QObject;
|
||||
|
||||
namespace Animations {
|
||||
void hide(QObject *obj, int speed);
|
||||
void show(QObject *obj, int speed);
|
||||
void moveTo(QObject *obj, int speed, qreal x, qreal y);
|
||||
void moveTo(QObject *obj, int speed, const QPointF &pos);
|
||||
void animDelete(QObject *obj, int speed);
|
||||
void scaleTo(QObject *obj, int speed, qreal scale);
|
||||
void scaleTo(QObject *obj, int speed, double scale);
|
||||
}
|
||||
|
||||
#endif // ANIMATIONFUNCTIONS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue