From 6c61be00e8366d467e7e4c82a6d91a4d074a1181 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 5 Sep 2022 09:15:14 -0400 Subject: Rename QPDFObject -> QPDFValueProxy This is in preparation for restoring a QPDFObject.hh to ease the transition on qpdf_object_type_e. This commit was created by * Renaming QPDFObject.cc and QPDFObject.hh * Replacing QPDFObject\b with QPDFValueProxy (where \b is word boundary) * Running format-code * Manually resorting files in libqpdf/CMakeLists.txt * Manually refilling the comment in QPDF.hh near class Resolver --- libqpdf/QPDFValueProxy.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libqpdf/QPDFValueProxy.cc (limited to 'libqpdf/QPDFValueProxy.cc') diff --git a/libqpdf/QPDFValueProxy.cc b/libqpdf/QPDFValueProxy.cc new file mode 100644 index 00000000..461d8177 --- /dev/null +++ b/libqpdf/QPDFValueProxy.cc @@ -0,0 +1,10 @@ +#include + +#include + +void +QPDFValueProxy::doResolve() +{ + auto og = value->og; + QPDF::Resolver::resolve(value->qpdf, og); +} -- cgit v1.2.3-70-g09d2