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

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