#include <QtCore/qlinkedlist.h> #ifndef QLINKEDLIST_H template < typename T > class QLinkedListIterator{ /* Some contents are skipped to improve readability */ public: inline class QLinkedListIterator& operator =(class QLinkedList < T > const & container); /* ... */ }; #endif // QLINKEDLIST_H