#include <QtCore/qlinkedlist.h>
#ifndef QLINKEDLIST_H
template < typename T > class QLinkedList{
#ifndef QT_NO_STL
public: static inline class QLinkedList fromStdList(class std::list < T, class std::allocator < _CharT > > const & list);
#endif
};
#endif // QLINKEDLIST_H