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
parent
72f5793d2e
commit
7dec8f74a0
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue