diff options
Diffstat (limited to 'qt-ui/profile/animationfunctions.h')
-rw-r--r-- | qt-ui/profile/animationfunctions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/profile/animationfunctions.h b/qt-ui/profile/animationfunctions.h index 958e53c03..ed0815af9 100644 --- a/qt-ui/profile/animationfunctions.h +++ b/qt-ui/profile/animationfunctions.h @@ -11,6 +11,6 @@ namespace Animations{ void moveTo(QObject *obj, qreal x, qreal y, int msecs = 500); void moveTo(QObject *obj, const QPointF& pos, int msecs = 500); void animDelete(QObject *obj); -}; +} -#endif
\ No newline at end of file +#endif |