Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-07-25 09:27:16

0001 // Copyright (C) 2022 The Qt Company Ltd.
0002 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0003 // Qt-Security score:significant reason:default
0004 
0005 #ifndef QFUNCTIONPOINTER_H
0006 #define QFUNCTIONPOINTER_H
0007 
0008 #include <QtCore/qtconfigmacros.h>
0009 
0010 #if 0
0011 #pragma qt_class(QFunctionPointer)
0012 #endif
0013 
0014 #if defined(__cplusplus)
0015 
0016 QT_BEGIN_NAMESPACE
0017 
0018 typedef void (*QFunctionPointer)();
0019 
0020 QT_END_NAMESPACE
0021 
0022 #endif // __cplusplus
0023 
0024 #endif // QFUNCTIONPOINTER_H