Doc: Fix punctation in QPdfWriter::addFileAttachment

Change-Id: Ic00ffd88ecbaa88409bf968f6794fad6f53a2f0e
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Kai Koehne 2020-02-26 16:53:35 +01:00
parent 6d5d467bcf
commit da059d0382

View File

@ -300,7 +300,7 @@ QByteArray QPdfWriter::documentXmpMetadata() const
/*!
\since 5.15
Adds \a fileName attachment to the PDF with (optional) \a mimeType
Adds \a fileName attachment to the PDF with (optional) \a mimeType.
\a data contains the raw file data to embed into the PDF file.
*/