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