src/core/qwkglobal_p.h
@@ -20,4 +20,14 @@ #define MAKE_RGBA_COLOR(r, g, b, a) \ ((quint32) (((a) &0xFF) << 24) | (((r) &0xFF) << 16) | (((g) &0xFF) << 8) | ((b) &0xFF)) #if defined(Q_CC_MSVC) # define QWK_NOINLINE __declspec(noinline) # define QWK_INLINE __forceinline # define QWK_USED #else # define QWK_NOINLINE __attribute__((noinline)) # define QWK_INLINE __attribute__((always_inline)) # define QWK_USED __attribute__((used)) #endif #endif // QWKGLOBAL_P_H