#include <QtCore/qmetatype.h>
#ifndef QMETATYPE_H
#ifndef QATOMIC_H
#ifndef Q_SPECIALIZED_QATOMIC
template < typename T > struct QBasicAtomicPointer{
   /* Some contents are skipped to improve readability */
   public: inline bool testAndSet(T* expected, T* newval);
   /* ... */
};
#endif // Q_SPECIALIZED_QATOMIC
#endif // QATOMIC_H
#endif // QMETATYPE_H