<QFunctionPointer>
Convenience types for function pointers. More...
Header: | #include <QFunctionPointer> |
Types
Detailed Description
Type Documentation
QFunctionPointer
This is a typedef for void (*)()
, a pointer to a function that takes no arguments and returns void.