added animation slowdown dropdown menu to toolbar

This commit is contained in:
Lasse Holmstedt
2010-07-12 14:32:54 +02:00
committed by Olivier Goffart
parent 66a008e9de
commit 46b57ff723
5 changed files with 107 additions and 7 deletions

View File

@@ -154,7 +154,6 @@ void QmlJSDesignDebugClient::setAnimationSpeed(qreal slowdownFactor)
ds << QByteArray("SET_ANIMATION_SPEED")
<< slowdownFactor;
sendMessage(message);
}