#include <QtCore/qhash.h> template < typename T > struct QHashNode < short unsigned int, T >{ /* This entity specializes QHashNode */ /* Some contents are skipped to improve readability */ public: inline QHashNode(ushort, T const & value0); /* ... */ }; #endif #endif // QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION #endif // QHASH_H