File indexing completed on 2024-12-22 04:45:24
0001 /* 0002 SPDX-FileCopyrightText: 2020-2024 Laurent Montel <montel@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 #pragma once 0007 0008 // Make "signals:", "slots:" visible as access specifiers 0009 #define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a))) 0010 0011 // Define PYTHON_BINDINGS this will be used in some part of c++ to skip problematic parts 0012 #define PYTHON_BINDINGS