#include <QtCore/qbytearray.h> #ifndef QBYTEARRAY_H #ifndef QATOMIC_H template < typename T > class QAtomicPointer: public QBasicAtomicPointer < T >{ /* Some contents are skipped to improve readability */ public: inline QAtomicPointer(T* t = 0); /* ... */ }; #endif // QATOMIC_H #endif // QBYTEARRAY_H