TODO: ABI note

This commit is contained in:
Jay Berkenbilt 2021-02-20 17:52:31 -05:00
parent 35dd11f356
commit 3aefdd18a6
1 changed files with 2 additions and 0 deletions

2
TODO
View File

@ -97,6 +97,8 @@ 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());
* Do something about QPDFObjectHandle::Matrix and QPDFMatrix. They
should be the same thing.
Page splitting/merging
======================