From 63c7eefe9db8d8e87d07198355627af01cc1814d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 17 May 2022 18:35:35 -0400 Subject: replaceStreamData: accept uninitialized filter/decode_parms These mean to leave the original values alone. This is needed for reconstructing streams from JSON given that the stream data and stream dictionary may appear in any order in the JSON. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41c4671b..95ed40c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-05-17 Jay Berkenbilt + + * Allow passing *uninitialized* (not null) objects to + replaceStreamData as filter and/or decode_parms to leave any + existing values for /Filter and /DecodeParms untouched. + 2022-05-15 Jay Berkenbilt * Add QUtil::is_long_long to test whether a string can be -- cgit v1.2.3-54-g00ecf