aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-20 23:52:31 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-20 23:52:40 +0100
commit3aefdd18a6ca7c2e04cac58ff63fbe9231edc25f (patch)
treeb6664cbeed5966fc1920d17feea64dba01fdb2a6 /TODO
parent35dd11f3560f820d01da9acb6c5425afcdeaea93 (diff)
downloadqpdf-3aefdd18a6ca7c2e04cac58ff63fbe9231edc25f.tar.zst
TODO: ABI note
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1e8ab5d9..6a264514 100644
--- a/TODO
+++ b/TODO
@@ -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
======================