#include <QtCore/qhash.h>
template < typename T > struct QHashDummyNode < short int, T >{
public: class QHashDummyNode < short int, T >* next;
public: inline QHashDummyNode(short int);
public: union /*anonymous*/{
uint h;
short int key;
};
};
#endif
#endif // QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION
#endif // QHASH_H