#include <QtCore/qmap.h> #ifndef QMAP_H template < typename Key, typename T > class QMultiMap: public QMap < aKey, aT >{ /* Some contents are skipped to improve readability */ public: inline class QMultiMap operator +(class QMultiMap const & other) const /* ... */ }; #endif // QMAP_H