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