#include <QtCore/qlocale.h> #ifndef QLOCALE_H #ifndef QT_NO_SYSTEMLOCALE class QSystemLocale{ /* Some contents are skipped to improve readability */ public: virtual struct QVariant query(enum QSystemLocale::QueryType type, struct QVariant in) const /* ... */ }; #endif #endif // QLOCALE_H