#include <QtCore/qnamespace.h> #ifndef QNAMESPACE_H class QInternal{ /* Some contents are skipped to improve readability */ public: enum InternalFunction{ /* ... */ SetCurrentThreadToMainThread = 3, /* ... */ }; /* ... */ }; #endif // QNAMESPACE_H