@@ -4577,7 +4577,7 @@ class QJsonDocument(sip.simplewrapper):
4577
4577
@typing .overload
4578
4578
def __init__ (self ) -> None : ...
4579
4579
@typing .overload
4580
- def __init__ (self , object : typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]]) -> None : ...
4580
+ def __init__ (self , object : typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]]) -> None : ...
4581
4581
@typing .overload
4582
4582
def __init__ (self , array : typing .Iterable ['QJsonValue' ]) -> None : ...
4583
4583
@typing .overload
@@ -4590,9 +4590,9 @@ class QJsonDocument(sip.simplewrapper):
4590
4590
def swap (self , other : 'QJsonDocument' ) -> None : ...
4591
4591
def isNull (self ) -> bool : ...
4592
4592
def setArray (self , array : typing .Iterable ['QJsonValue' ]) -> None : ...
4593
- def setObject (self , object : typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]]) -> None : ...
4593
+ def setObject (self , object : typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]]) -> None : ...
4594
4594
def array (self ) -> typing .List ['QJsonValue' ]: ...
4595
- def object (self ) -> typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]]: ...
4595
+ def object (self ) -> typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]]: ...
4596
4596
def isObject (self ) -> bool : ...
4597
4597
def isArray (self ) -> bool : ...
4598
4598
def isEmpty (self ) -> bool : ...
@@ -4627,7 +4627,7 @@ class QJsonValue(sip.simplewrapper):
4627
4627
@typing .overload
4628
4628
def __init__ (self , type : 'QJsonValue.Type' = ...) -> None : ...
4629
4629
@typing .overload
4630
- def __init__ (self , other : typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]) -> None : ...
4630
+ def __init__ (self , other : typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]) -> None : ...
4631
4631
4632
4632
def __hash__ (self ) -> int : ...
4633
4633
@typing .overload
@@ -4640,9 +4640,9 @@ class QJsonValue(sip.simplewrapper):
4640
4640
@typing .overload
4641
4641
def toString (self , defaultValue : str ) -> str : ...
4642
4642
@typing .overload
4643
- def toObject (self ) -> typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]]: ...
4643
+ def toObject (self ) -> typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]]: ...
4644
4644
@typing .overload
4645
- def toObject (self , defaultValue : typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]]) -> typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , str ]]: ...
4645
+ def toObject (self , defaultValue : typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]]) -> typing .Dict [str , typing .Union ['QJsonValue' , 'QJsonValue.Type' , typing .Iterable ['QJsonValue' ], bool , int , float , None , str ]]: ...
4646
4646
@typing .overload
4647
4647
def toArray (self ) -> typing .List ['QJsonValue' ]: ...
4648
4648
@typing .overload
0 commit comments