missing comma

svn path=/trunk/KDE/kdegraphics/okular/; revision=1082055
remotes/origin/KDE/4.5
Pino Toscano 16 years ago
parent 733aa17828
commit d0615f7286
  1. 2
      generators/poppler/generator_pdf.cpp

@ -290,7 +290,7 @@ PDFGenerator::PDFGenerator( QObject *parent, const QVariantList &args )
: Generator( parent, args ), pdfdoc( 0 ), ready( true ),
pixmapRequest( 0 ), docInfoDirty( true ), docSynopsisDirty( true ),
docEmbeddedFilesDirty( true ), nextFontPage( 0 ),
dpiX( 72.0 /*Okular::Utils::dpiX()*/ ), dpiY( 72.0 /*Okular::Utils::dpiY()*/ )
dpiX( 72.0 /*Okular::Utils::dpiX()*/ ), dpiY( 72.0 /*Okular::Utils::dpiY()*/ ),
synctex_scanner(0)
{
setFeature( TextExtraction );

Loading…
Cancel
Save