summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/consoleLog.qml
blob: aa9e92a60dce9fbe03e5dd37130496ce2f025582 (plain)
1
2
3
4
5
6
7
8
import Qt 4.7

QtObject {
    Component.onCompleted: {
        console.log("completed", "ok")
        console.log("completed ok")
    }
}