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