diff options
Diffstat (limited to 'qt-ui/profile/animationfunctions.cpp')
-rw-r--r-- | qt-ui/profile/animationfunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/animationfunctions.cpp b/qt-ui/profile/animationfunctions.cpp index 103af8787..f70468bde 100644 --- a/qt-ui/profile/animationfunctions.cpp +++ b/qt-ui/profile/animationfunctions.cpp @@ -35,5 +35,4 @@ void moveTo(QObject* obj, const QPointF& pos, int msecs) moveTo(obj, pos.x(), pos.y(), msecs); } - } |