mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix typo
This commit is contained in:
parent
12cb6fc629
commit
c66f65819c
@ -208,7 +208,7 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
};
|
||||
|
||||
/**
|
||||
* Exports the layout to the a \a filePath, using the specified export \a settings.
|
||||
* Exports the layout to the \a filePath, using the specified export \a settings.
|
||||
*
|
||||
* If the layout is a multi-page layout, then filenames for each page will automatically
|
||||
* be generated by appending "_1", "_2", etc to the image file's base name.
|
||||
@ -278,7 +278,7 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
};
|
||||
|
||||
/**
|
||||
* Exports the layout as a PDF to the a \a filePath, using the specified export \a settings.
|
||||
* Exports the layout as a PDF to the \a filePath, using the specified export \a settings.
|
||||
*
|
||||
* Returns a result code indicating whether the export was successful or an
|
||||
* error was encountered.
|
||||
@ -417,7 +417,7 @@ class CORE_EXPORT QgsLayoutExporter
|
||||
};
|
||||
|
||||
/**
|
||||
* Exports the layout as an SVG to the a \a filePath, using the specified export \a settings.
|
||||
* Exports the layout as an SVG to the \a filePath, using the specified export \a settings.
|
||||
*
|
||||
* Returns a result code indicating whether the export was successful or an
|
||||
* error was encountered.
|
||||
|
Loading…
x
Reference in New Issue
Block a user