QNetworkRequest: Close gap in enum
It was there for binary compatibility reasons, but it's not needed anymore Change-Id: I659dadc710a5bcdbcba74f13fd4db6044a497cd2 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
a80e1766d8
commit
335c5a8a6b
@ -89,7 +89,7 @@ public:
|
||||
DownloadBufferAttribute, // internal
|
||||
SynchronousRequestAttribute, // internal
|
||||
BackgroundRequestAttribute,
|
||||
EmitAllUploadProgressSignalsAttribute = BackgroundRequestAttribute + 3,
|
||||
EmitAllUploadProgressSignalsAttribute,
|
||||
Http2AllowedAttribute,
|
||||
Http2WasUsedAttribute,
|
||||
OriginalContentLengthAttribute,
|
||||
|
Loading…
x
Reference in New Issue
Block a user