branch | GCC_SURGE |
changeset 10 | c348b9772569 |
parent 5 | 4fa04caf0f43 |
child 11 | 42505cd701c6 |
--- a/ganeswidgets/inc/hgspring.h Fri Jun 11 16:25:05 2010 +0100 +++ b/ganeswidgets/inc/hgspring.h Thu Jul 22 16:36:56 2010 +0100 @@ -18,9 +18,9 @@ #ifndef HGSPRING_H #define HGSPRING_H -#include <qpoint> -#include <qobject> -#include <qtime> +#include <QPoint> +#include <QObject> +#include <QTime> class QTimer; @@ -42,6 +42,7 @@ void gotoPos(const QPointF& pos); void cancel(); bool isActive() const; + void resetVelocity(); const QPointF& startPos() const; const QPointF& pos() const;