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