#include <QtCore/qhash.h> template < typename T > struct QHashDummyNode < short unsigned int, T >{ /* This entity specializes QHashDummyNode */ /* Some contents are skipped to improve readability */ public: union /*anonymous*/{ /* ... */ uint h; /* ... */ }; /* ... */ }; #endif #endif // QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION #endif // QHASH_H