#include <QtCore/qmap.h> #ifndef QMAP_H template < typename Key > inline bool qMapLessThanKey(Key const & key1, Key const & key2); #endif // QMAP_H