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

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