aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/builtins
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-27 12:31:19 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-10-27 13:47:06 +0100
commitf29a5d1a1ad719579f26920fdeca7bd4233d83cf (patch)
tree4eb5040578d0e3b5bde4b484c72d8abfcac1eb42 /src/imports/builtins
parent9113bdba5adb06bbc1d644e69cf9ea97e4a978b2 (diff)
Remove duplicate property assignment from builtins.qmltypes
Change-Id: I0b96cc346ebf6580399f5379882f674073a89c21 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/imports/builtins')
-rw-r--r--src/imports/builtins/builtins.qmltypes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/builtins/builtins.qmltypes b/src/imports/builtins/builtins.qmltypes
index 29a04b3c4b..b85e181e5d 100644
--- a/src/imports/builtins/builtins.qmltypes
+++ b/src/imports/builtins/builtins.qmltypes
@@ -74,7 +74,7 @@ Module {
type: "bool"
Parameter { name: "number"; type: "NumberPrototype" }
}
- Property{ name:"MAX_SAFE_INTEGER" ; type: "NumberPrototype"; isReadonly: true; isReadonly: true }
+ Property{ name:"MAX_SAFE_INTEGER" ; type: "NumberPrototype"; isReadonly: true }
Property{ name:"MAX_VALUE" ; type: "NumberPrototype"; isReadonly: true }
Property{ name:"MIN_SAFE_INTEGER" ; type: "NumberPrototype"; isReadonly: true }
Property{ name:"MIN_VALUE" ; type: "NumberPrototype"; isReadonly: true }