aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/macos/ItemDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols/macos/ItemDelegate.qml')
-rw-r--r--src/quickcontrols/macos/ItemDelegate.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quickcontrols/macos/ItemDelegate.qml b/src/quickcontrols/macos/ItemDelegate.qml
new file mode 100644
index 0000000000..e73f19c12f
--- /dev/null
+++ b/src/quickcontrols/macos/ItemDelegate.qml
@@ -0,0 +1,6 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+import QtQuick.NativeStyle as NativeStyle
+
+NativeStyle.DefaultItemDelegate {}