#include <QtCore/qlist.h>
#ifndef QLIST_H
template < typename T > class QList{
   /* Some contents are skipped to improve readability */
   private: inline void node_copy(struct QList::Node* from, struct QList::Node* to, struct QList::Node* src);
   /* ... */
};
#endif // QLIST_H