blob: e0828c960212cffacf9f439ff89844ba9aa8eedf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Copyright (C) 2025 Ford Motor Company
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef PYSIDEREMOTEOBJECTS_H
#define PYSIDEREMOTEOBJECTS_H
#include <sbkpython.h>
namespace PySide::RemoteObjects
{
void init(PyObject *module);
} // namespace PySide::RemoteObjects
#endif // PYSIDEREMOTEOBJECTS_H
|