aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-04 21:40:56 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-04 21:59:46 +0100
commit0b77f2cf2646019331d3adc21985052319bdba4c (patch)
tree1035d1a1afdb8cd2a26ba1a258c1297b1d6e41cc /manual
parentf68e25c7f278bbfee095d43d4405a74df0bd22ff (diff)
downloadqpdf-0b77f2cf2646019331d3adc21985052319bdba4c.tar.zst
Revert non-binary-compatible handleWarning change -- see TODO (ABI)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index d6098563..59d4dfb3 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5127,15 +5127,6 @@ print "\n";
</listitem>
<listitem>
<para>
- The virtual method
- <function>QPDFObjectHandle::ParserCallbacks::handleWarning</function>
- is now called whenever a warning is encountered while
- parsing a content stream. Prior to this, the caller had no
- way to know if this had happened.
- </para>
- </listitem>
- <listitem>
- <para>
The method <function>QPDF::numWarnings</function> was added
so that you can tell whether any warnings happened during a
specific block of code.