File indexing completed on 2024-04-21 04:40:43

0001 /*
0002     SPDX-FileCopyrightText: 2020 David Faure <faure@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef PYTHON_QT_WRAPPERS_H
0008 #define PYTHON_QT_WRAPPERS_H
0009 
0010 void register_qt_wrappers();
0011 
0012 #endif // PYTHON_QT_WRAPPERS_H