#include <QtCore/qshareddata.h> #ifndef QSHAREDDATA_H template < typename T > class QSharedDataPointer{ /* Some contents are skipped to improve readability */ public: inline bool operator !=(class QSharedDataPointer const & other) const /* ... */ }; #endif // QSHAREDDATA_H