aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/holistic/data/jsImports/Slsi.qml
blob: 0b4ac751bb57b37623386af9ce2ff5d7663ea23d (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick 2.0

import "slsi.js" as SlsiJs

Item {
    id: testQtObject
    property int importedScriptFunctionValue: SlsiJs.testFunc(20)
}