Refactor out logic for exporting layouts into separate layers

This commit is contained in:
Nyall Dawson 2019-08-09 12:06:34 +10:00
parent fb4b483f14
commit 775c7c5bc1

View File

@ -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