![]() |
|
|||
File indexing completed on 2025-07-12 08:45:14
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |