summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlstatemachine/data/signaltransitionhelper.qml
blob: f915cdb0ad6106e8b6996831eb2b38f095dfeab3 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2023 The Qt Company
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQuick
import QtQml.StateMachine

SignalTransition {
    // Do not crash on SignalTransition without signal
    onTriggered: () => {}
}