#include <QtCore/qshareddata.h>
#ifndef QSHAREDDATA_H
template < typename T > class QSharedDataPointer{
   /* Some contents are skipped to improve readability */
   public: explicit inline QSharedDataPointer(T* adata);
   /* ... */
};
#endif // QSHAREDDATA_H