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>
This commit is contained in:
Dirk Hohndel 2014-02-10 20:28:33 -08:00
parent 829473ddc6
commit d49acdb3c0
8 changed files with 25 additions and 27 deletions

View file

@ -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
#endif