#!/she-bang
import QtQuick 2.0
Item {
// ensure we have a dynamic meta object
property int someInt: 5
property var someVar: 12
}