Skip to content

Refactor Exclude Confidential/Private options

Almost all of the print-outs have Exclude Confidential and Exclude Private options.

  • Lift mExcludeConfidential and mExcludePrivate to CalPrintPluginBase

  • Use the members directly instead of passing them through call chains.

If this makes sense, I'd like to move more options from parameters to member references.

Merge request reports