#include <QtCore/qhash.h>
template < typename T > structQHashNode < short int, T >{
/* This entity specializes QHashNode *//* Some contents are skipped to improve readability */public: classQHashNode < short int, T >* next;/* ... */
};
#endif
#endif // QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION
#endif // QHASH_H