aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/pysideglobals.cpp
blob: 86f1cb0ab3b440eb6f5d538e5f749814d77c7fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2025 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

#include "pysideglobals_p.h"

namespace PySide
{

Globals *globals()
{
    static Globals result;
    return &result;
}

} // namespace PySide