#include <QtCore/qlocale.h>
#ifndef QLOCALE_H
class QLocale{
   /* Some contents are skipped to improve readability */
   public: void setNumberOptions(class QFlags < enum QLocale::NumberOption > options);
   /* ... */
};
#endif // QLOCALE_H