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
0002
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
0022
0023 #endif