aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/animationfunctions.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-10 20:28:33 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-11 12:34:34 -0800
commitd49acdb3c0298ab3c2493db70d81c4731d6f3fcb (patch)
treedd11f7172fc4141f1506b23c691fa7443144cf29 /qt-ui/profile/animationfunctions.h
parent829473ddc64e50169fbc177c6ee5ce2bf702a3ed (diff)
downloadsubsurface-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.h4
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