Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/QtCore/qfunctionpointer.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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 
0004 #ifndef QFUNCTIONPOINTER_H
0005 #define QFUNCTIONPOINTER_H
0006 
0007 #include <QtCore/qtconfigmacros.h>
0008 
0009 #if 0
0010 #pragma qt_class(QFunctionPointer)
0011 #endif
0012 
0013 #if defined(__cplusplus)
0014 
0015 QT_BEGIN_NAMESPACE
0016 
0017 typedef void (*QFunctionPointer)();
0018 
0019 QT_END_NAMESPACE
0020 
0021 #endif // __cplusplus
0022 
0023 #endif // QFUNCTIONPOINTER_H