aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/qquickmenubar/data/empty.qml
blob: 34c0cbc9d8b55dfd070512076d965f29c673bc4d (plain)
1
2
3
4
5
6
7
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick
import QtQuick.Controls

MenuBar { }