diff options
| author | 2014-02-10 20:28:33 -0800 | |
|---|---|---|
| committer | 2014-02-11 12:34:34 -0800 | |
| commit | d49acdb3c0298ab3c2493db70d81c4731d6f3fcb (patch) | |
| tree | dd11f7172fc4141f1506b23c691fa7443144cf29 /qt-ui/profile/animationfunctions.h | |
| parent | 829473ddc64e50169fbc177c6ee5ce2bf702a3ed (diff) | |
| download | subsurface-d49acdb3c0298ab3c2493db70d81c4731d6f3fcb.tar.gz | |
Clean up include files
They should have a newline at the end.
Forward declarations of classes should be 'class'.
Function / method definitions don't end on a ';'
Remove obsolete QStateMachine forward reference.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 |