Better layouting behavior when window is removed.
[profile/ivi/qtwayland.git] / examples / qml-compositor / qml / QmlCompositor / Window.qml
index 3068836..81cffcc 100644 (file)
@@ -49,6 +49,7 @@ Rectangle {
 
     property variant child: null;
     property bool animationsEnabled: false;
+    property int index;
 
     Behavior on x {
         enabled: container.animationsEnabled;