#include <QtCore/qset.h>
#ifndef QSET_H
template < typename T > class QSet{
   /* Some contents are skipped to improve readability */
   public: inline bool operator ==(class QSet const & other) const
   /* ... */
};
#endif // QSET_H