aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-28 13:29:47 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit764feb0f8e0b7753c2d3efe644561220acbc771c (patch)
treefbb58ed107f32dcc547b93f0e580c8284e41e9cd
parentf3d68aa5a0b642c8d38ff52f5fef0f7fc036f033 (diff)
downloadqpdf-764feb0f8e0b7753c2d3efe644561220acbc771c.tar.zst
TODO note
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index a3c80230..d055b9fe 100644
--- a/TODO
+++ b/TODO
@@ -207,9 +207,11 @@ ABI Changes
This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI"
+* Search for ABI to find items not listed here.
* See where anonymous namespaces can be used to keep things private to
a source file. Search for `(class|struct)` in **/*.cc.
-* Search for ABI to find items not listed here.
+* See if we can use constructor delegation instead of init() in
+ classes with overloaded constructors.
* Merge two versions of QPDFObjectHandle::makeDirect per comment
* After removing legacy QPDFNameTreeObjectHelper and
QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to