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