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