aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/qml/qqmllocale_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllocale_p.h b/src/qml/qml/qqmllocale_p.h
index 2763ce4fc3..c701c1ca1c 100644
--- a/src/qml/qml/qqmllocale_p.h
+++ b/src/qml/qml/qqmllocale_p.h
@@ -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,