#include <QtCore/qhash.h> #ifndef QHASH_H template < typename Key, typename T > class QMultiHash: public QHash < Key, T >{ /* Some contents are skipped to improve readability */ public: inline class QMultiHash operator +(class QMultiHash const & other) const /* ... */ }; #endif // QHASH_H