QPdfWriter: doc fix

When switching the default to Auto, forgot to also fix the
corresponding method documentation.

Change-Id: I4169680b6833a2ea381d950a3a7fad005c14bc71
Reviewed-by: Albert Astals Cid <aacid@kde.org>
bb10
Giuseppe D'Angelo 2024-02-02 16:34:15 +01:00
parent 72f5793d2e
commit 7dec8f74a0
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ bool QPdfWriter::newPage()
\since 6.8
Returns the color model used by this PDF writer.
The default is QPdfWriter::ColorModel::RGB.
The default is QPdfWriter::ColorModel::Auto.
*/
QPdfWriter::ColorModel QPdfWriter::colorModel() const
{