aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/consoleLog.qml
blob: fe47f3ff7c6cbf902174bf51c2a93c874821cc9c (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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