aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/dontCheckJSTypes.qml
blob: dc582936b9ddcc43acfbf2771de4dd757916aa6d (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick

import "SharedFunctions.js" as Functions

Item {
    Rectangle {
        color: Functions.setColorAlpha(Qt.color("orange"), 0.15)
        x: Functions.setColorAlpha.asdfg
        y: Functions.asdfg
    }
}