Commit b94836628022cbfaf7bd76e23428c532636efc55
Committed by
Jay Berkenbilt
1 parent
c115680e
Add doc comment to QPDF::getFilename
Showing
1 changed file
with
1 additions
and
0 deletions
include/qpdf/QPDF.hh
| ... | ... | @@ -364,6 +364,7 @@ class QPDF |
| 364 | 364 | qpdf_offset_t offset, |
| 365 | 365 | std::string const& message); |
| 366 | 366 | |
| 367 | + // Return the filename associated with the QPDF object. | |
| 367 | 368 | QPDF_DLL |
| 368 | 369 | std::string getFilename() const; |
| 369 | 370 | // Return PDF Version and extension level together as a PDFVersion object | ... | ... |