Warning, /education/gcompris/external/qml-box2d/examples/movingBox/Wall.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.0
0002 import Box2D 1.1
0003 
0004 Body {
0005     fixtures: Box { anchors.fill: parent }
0006 }