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