Doc: Fix wrong reference QApplication::setStandardPalette

Task-number: QTBUG-46078
Change-Id: Ifb1c650467a0fc30a0d11ad58708a64e5f9fabd5
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
bb10
Samuel Gaist 2015-08-06 10:46:14 +02:00
parent 925822eca5
commit 6e0a6be105
1 changed files with 2 additions and 1 deletions

View File

@ -2263,8 +2263,9 @@ int QStyle::sliderValueFromPosition(int min, int max, int pos, int span, bool up
standard palette is not used. In particular, the Windows XP,
Vista, and Mac styles do not use the standard palette, but make
use of native theme engines. With these styles, you should not set
the palette with QApplication::setStandardPalette().
the palette with QApplication::setPalette().
\sa QApplication::setPalette()
*/
QPalette QStyle::standardPalette() const
{