#include <QtCore/qlinkedlist.h> #ifndef QLINKEDLIST_H struct QLinkedListData{ /* Some contents are skipped to improve readability */ public: unsigned int sharable:1; /* ... */ }; #endif // QLINKEDLIST_H