f0fdf9cfb5ccb5414b8a0ffbbde6ff91a6933490
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeanimations / data / doubleRegistrationBug.qml
1 import QtQuick 1.0
2
3 Rectangle {
4     width: 400; height: 400
5
6     Double { id: dub; on: parent.width < 800 }
7     Component.onCompleted: dub.on = false
8 }