Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • qpdf
  • libqpdf
  • QPDFJob_config.cc
  • QPDFJob: begin configuration API with verbose
    79187e58
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse Code ยป
QPDFJob_config.cc 123 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
#include <qpdf/QPDFJob.hh>

QPDFJob::Config&
QPDFJob::Config::verbose(bool)
{
    o.m->verbose = true;
    return *this;
}