forked from qt-creator/qt-creator
added animation slowdown dropdown menu to toolbar
This commit is contained in:
committed by
Olivier Goffart
parent
66a008e9de
commit
46b57ff723
@@ -154,7 +154,6 @@ void QmlJSDesignDebugClient::setAnimationSpeed(qreal slowdownFactor)
|
||||
|
||||
ds << QByteArray("SET_ANIMATION_SPEED")
|
||||
<< slowdownFactor;
|
||||
|
||||
sendMessage(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user