aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/holistic/data/jsImports/Slsi.qml
blob: 20451d8f0727e8986f0e343bb162ab018fd16f8f (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 WITH Qt-GPL-exception-1.0

import QtQuick 2.0

import "slsi.js" as SlsiJs

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