#include <QtCore/qbytearray.h>
#ifndef QBYTEARRAY_H
#ifndef QATOMIC_H
#ifndef Q_SPECIALIZED_QATOMIC
template < typename T > struct QBasicAtomicPointer{
public: inline bool testAndSet(T* expected, T* newval);
};
#endif // Q_SPECIALIZED_QATOMIC
#endif // QATOMIC_H
#endif // QBYTEARRAY_H