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
parent
925822eca5
commit
6e0a6be105
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue