poppler gen: The "Hide annotations" print option has no effect on windows. Don't show it

remotes/origin/KDE/4.9
Fabio D'Urso 14 years ago
parent e130068726
commit d0a05bc301
  1. 2
      generators/poppler/generator_pdf.cpp

@ -82,7 +82,7 @@ class PDFOptionsPage : public QWidget
layout->addWidget(m_forceRaster);
layout->addStretch(1);
#ifndef HAVE_POPPLER_0_20
#if defined(Q_WS_WIN) || !defined(HAVE_POPPLER_0_20)
m_printAnnots->setVisible( false );
#endif
setPrintAnnots( true ); // Default value

Loading…
Cancel
Save