Commit 0b1ab6ba authored by Martin Jones's avatar Martin Jones Committed by Qt by Nokia
Browse files

Expose ImperialUSSystem and ImperialUKSystem to QML locale


New enums added to QLocale must be exposed in QML too.

Change-Id: I3d4ca6c63d21eaedb2e78a01b7b3d6abace92318
Reviewed-by: default avatarAndrew den Exter <andrew.den-exter@nokia.com>
parent 1c9e021e
No related merge requests found
Showing with 3 additions and 1 deletion
......@@ -94,7 +94,9 @@ public:
enum MeasurementSystem {
MetricSystem = QLocale::MetricSystem,
ImperialSystem = QLocale::ImperialSystem
ImperialSystem = QLocale::ImperialSystem,
ImperialUSSystem = QLocale::ImperialUSSystem,
ImperialUKSystem = QLocale::ImperialUKSystem
};
enum FormatType {
LongFormat = QLocale::LongFormat,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment