Commit 877694a5835a11120ef2bd1d2b82b609cb32ca07
1 parent
75fe4f60
Decide against adding handleWarning back to ParserCallbacks
Showing
1 changed file
with
0 additions
and
5 deletions
TODO
| ... | ... | @@ -490,11 +490,6 @@ in source and header files to find items not listed here. |
| 490 | 490 | oh as the new value and returns it. |
| 491 | 491 | * Add default values to the getters, like getIntValue(default_value). |
| 492 | 492 | If a default value is passed in, you never get a type warning. |
| 493 | -* Added QPDFObjectHandle::ParserCallbacks::handleWarning but had to | |
| 494 | - revert because it was not binary compatible. Consider re-adding. The | |
| 495 | - commit that added this comment includes the reverting of the change. | |
| 496 | - The previous commit removes the code that was calling and using | |
| 497 | - handleWarning. | |
| 498 | 493 | * Make it easier to deal with objects that should be indirect. Search |
| 499 | 494 | for makeIndirectObject in the code to find patterns. For example, it |
| 500 | 495 | would be nice to have a one-liner for the case of one or all | ... | ... |