#include <QtCore/qthreadstorage.h> #ifndef QTHREADSTORAGE_H #ifndef QT_NO_THREAD template < typename T > class QThreadStorage{ /* Some contents are skipped to improve readability */ public: inline ~QThreadStorage(); /* ... */ }; #endif // QT_NO_THREAD #endif // QTHREADSTORAGE_H