|
Qt 4.8
|
Go to the documentation of this file. 53 #ifndef QFUNCTIONS_P_H 54 #define QFUNCTIONS_P_H 56 #include <QtCore/qglobal.h> 58 #if defined(Q_OS_WINCE) 59 # include "QtCore/qfunctions_wince.h" 60 #elif defined(Q_OS_VXWORKS) 61 # include "QtCore/qfunctions_vxworks.h" 62 #elif defined(Q_OS_NACL) 63 # include "QtCore/qfunctions_nacl.h" 68 # define Q_STATIC_GLOBAL_OPERATOR inline 69 # define Q_STATIC_GLOBAL_INLINE_OPERATOR inline 71 # define Q_STATIC_GLOBAL_OPERATOR static 72 # define Q_STATIC_GLOBAL_INLINE_OPERATOR static inline