#include <QtCore/qbytearray.h>
#ifndef QBYTEARRAY_H
#ifndef QATOMIC_H
#ifndef Q_SPECIALIZED_QATOMIC
struct QBasicAtomic{
   /* Some contents are skipped to improve readability */
   public: inline struct QBasicAtomic& operator =(int x);
   /* ... */
};
#endif // Q_SPECIALIZED_QATOMIC
#endif // QATOMIC_H
#endif // QBYTEARRAY_H