Replace static var by property, see "Add magnetic effect..." commit

This commit is contained in:
NoiseByNorthwest
2012-01-26 00:38:46 +01:00
committed by Tobias Doerffel
parent b3b290f6dd
commit 132ab41e5d
2 changed files with 5 additions and 4 deletions

View File

@@ -151,6 +151,8 @@ private:
QPoint m_origMousePos;
bool m_buttonPressed;
int m_magneticDecay;
float m_totalAngle;
int m_angle;
QImage m_cache;