aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/glue/qtpositioning.cpp
blob: 91c331c74c224389bb5e11bc05194cc355f7336f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2024 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

/*********************************************************************
 * INJECT CODE
 ********************************************************************/

// @snippet darwin_location_permission_plugin
#ifdef Q_OS_DARWIN
#include<QtCore/qplugin.h>
// register the static plugin and setup its metadata
Q_IMPORT_PLUGIN(QDarwinLocationPermissionPlugin)
#endif
// @snippet darwin_location_permission_plugin