Skip to content

Commit

Permalink
Refactor out logic for exporting layouts into separate layers
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 17, 2019
1 parent fb4b483 commit 775c7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/testqgslayoutgeopdfexport.cpp
Expand Up @@ -114,6 +114,7 @@ void TestQgsLayoutGeoPdfExport::testCollectingFeatures()
QString outputFile = "/home/nyall/Temporary/geopdf/test_src.pdf";
QgsLayoutExporter::PdfExportSettings settings;
settings.writeGeoPdf = false;
settings.exportMetadata = false;
exporter.exportToPdf( outputFile, settings );

// check that features were collected
Expand Down

0 comments on commit 775c7c5

Please sign in to comment.