#include <QtCore/qlist.h> #ifndef QLIST_H #ifndef QATOMIC_H #ifndef Q_SPECIALIZED_QATOMIC struct QBasicAtomic{ /* Some contents are skipped to improve readability */ public: int volatile atomic; /* ... */ }; #endif // Q_SPECIALIZED_QATOMIC #endif // QATOMIC_H #endif // QLIST_H