From da059d0382a8b4ceb33dc668385e1935951c475b Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 26 Feb 2020 16:53:35 +0100 Subject: Doc: Fix punctation in QPdfWriter::addFileAttachment Change-Id: Ic00ffd88ecbaa88409bf968f6794fad6f53a2f0e Reviewed-by: Shawn Rutledge --- src/gui/painting/qpdfwriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/painting/qpdfwriter.cpp b/src/gui/painting/qpdfwriter.cpp index 4f70fe6ad2..32f2194da3 100644 --- a/src/gui/painting/qpdfwriter.cpp +++ b/src/gui/painting/qpdfwriter.cpp @@ -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. */ -- cgit v1.2.3