#include <QtCore/qlist.h>
#ifndef QLIST_H
struct QListData{
   /* Some contents are skipped to improve readability */
   public: inline void* * at(int i) const
   /* ... */
};
#endif // QLIST_H