From b94836628022cbfaf7bd76e23428c532636efc55 Mon Sep 17 00:00:00 2001 From: m-holger Date: Wed, 28 Sep 2022 11:25:52 +0100 Subject: [PATCH] Add doc comment to QPDF::getFilename --- include/qpdf/QPDF.hh | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh index 8a86171..0156a7a 100644 --- a/include/qpdf/QPDF.hh +++ b/include/qpdf/QPDF.hh @@ -364,6 +364,7 @@ class QPDF qpdf_offset_t offset, std::string const& message); + // Return the filename associated with the QPDF object. QPDF_DLL std::string getFilename() const; // Return PDF Version and extension level together as a PDFVersion object -- libgit2 0.21.4