doc: Correct error in QProxyStyle() doc.

Constructing the QProxyStle object with a null QStyle
pointer causes the QProxyStyle to use the default native
style.

Change-Id: If624ed7a805aef839ca8a51242d12b2f6d777e83
Task-number: QTBUG-42231
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
bb10
Martin Smith 2015-03-30 12:13:05 +02:00
parent 00f5d26499
commit 17294c5e4d
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ void QProxyStylePrivate::ensureBaseStyle() const
/*!
Constructs a QProxyStyle object for overriding behavior in the
specified base \a style, or in the current \l{QApplication::style()}
{application style} if base \a style is not specified.
specified \a style, or in the default native \l{QApplication::style()}
{style} if \a style is not specified.
Ownership of \a style is transferred to QProxyStyle.
*/