#include <QtCore/qlinkedlist.h>
#ifndef QLINKEDLIST_H
template < typename T > class QLinkedList{
public: class const_iterator{
public: inline class QLinkedList::const_iterator& operator =(class QLinkedList::const_iterator const & o);
};
};
#endif // QLINKEDLIST_H