Commit 3aefdd18a6ca7c2e04cac58ff63fbe9231edc25f

Authored by Jay Berkenbilt
1 parent 35dd11f3

TODO: ABI note

Showing 1 changed file with 2 additions and 0 deletions
... ... @@ -97,6 +97,8 @@ Comments appear in the code prefixed by "ABI"
97 97 * Consider having addArrayItem, replaceKey, etc. return the new value
98 98 so you can say
99 99 auto oh = dict.replaceKey("/Key", QPDFObjectHandle::newSomething());
  100 +* Do something about QPDFObjectHandle::Matrix and QPDFMatrix. They
  101 + should be the same thing.
100 102  
101 103 Page splitting/merging
102 104 ======================
... ...