9 lines
208 B
QML
9 lines
208 B
QML
// Copyright (C) 2022 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
|
|
|
import QtQuick.VirtualKeyboard.Components as C
|
|
|
|
// Qt7: Remove, see QTBUG-102227
|
|
|
|
C.EnterKey {}
|