aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-16 19:41:53 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-16 19:41:53 +0200
commit877694a5835a11120ef2bd1d2b82b609cb32ca07 (patch)
tree8afc40f499142d2bd57dcdb19f27c07856bdacec /TODO
parent75fe4f60c3f59af30cb1d8f2b5902d866c05550a (diff)
downloadqpdf-877694a5835a11120ef2bd1d2b82b609cb32ca07.tar.zst
Decide against adding handleWarning back to ParserCallbacks
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3bf2e5f0..956d1ef3 100644
--- a/TODO
+++ b/TODO
@@ -490,11 +490,6 @@ in source and header files to find items not listed here.
oh as the new value and returns it.
* Add default values to the getters, like getIntValue(default_value).
If a default value is passed in, you never get a type warning.
-* 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.
* Make it easier to deal with objects that should be indirect. Search
for makeIndirectObject in the code to find patterns. For example, it
would be nice to have a one-liner for the case of one or all