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