#include <QtCore/qhash.h>
template < typename T > struct QHashNode < short unsigned int, T >{
   /* This entity specializes QHashNode */
   public: class QHashNode < short unsigned int, T >* next;
   public: inline QHashNode(ushort);
   public: inline QHashNode(ushort, T const & value0);
   public: T value;
   public: inline bool same_key(uint h0, ushort);
   public: union /*anonymous*/{
      uint h;
      ushort key;
   };
};
#endif
#endif // QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION
#endif // QHASH_H