aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-04 21:40:56 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-04 21:59:46 +0100
commit0b77f2cf2646019331d3adc21985052319bdba4c (patch)
tree1035d1a1afdb8cd2a26ba1a258c1297b1d6e41cc /TODO
parentf68e25c7f278bbfee095d43d4405a74df0bd22ff (diff)
downloadqpdf-0b77f2cf2646019331d3adc21985052319bdba4c.tar.zst
Revert non-binary-compatible handleWarning change -- see TODO (ABI)
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index e308927b..d327cc19 100644
--- a/TODO
+++ b/TODO
@@ -164,6 +164,11 @@ Comments appear in the code prefixed by "ABI"
* Consider having addArrayItem, replaceKey, etc. return the new value
so you can say
auto oh = dict.replaceKey("/Key", QPDFObjectHandle::newSomething());
+* Added QPDFObjectHandle::ParserCallbacks::handleWarning but had to
+ revert because it was not binary compatible. Consider re-adding. The
+ commit that added this comment includes the reverting of the change.
+ The previous commit removes the code that was calling and using
+ handleWarning.
Page splitting/merging
======================