From b751fcf32ac9dd1aa31a4df4993593f8ead88d81 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 17 Sep 2013 17:50:28 +0200 Subject: Fix some doc errors. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib874d7e9671d9cee75fe41f4dac5d0de7b09245e Reviewed-by: Thiago Macieira Reviewed-by: Topi Reiniƶ Reviewed-by: Jerome Pasion --- src/widgets/styles/qproxystyle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/styles/qproxystyle.cpp') diff --git a/src/widgets/styles/qproxystyle.cpp b/src/widgets/styles/qproxystyle.cpp index b63e820bb9..eeed1a532b 100644 --- a/src/widgets/styles/qproxystyle.cpp +++ b/src/widgets/styles/qproxystyle.cpp @@ -109,7 +109,7 @@ void QProxyStylePrivate::ensureBaseStyle() const /*! Constructs a QProxyStyle object for overriding behavior in the - specified base \a style, or in the current \l{QApplication::style} + specified base \a style, or in the current \l{QApplication::style()} {application style} if base \a style is not specified. Ownership of \a style is transferred to QProxyStyle. @@ -128,7 +128,7 @@ QProxyStyle::QProxyStyle(QStyle *style) : /*! Constructs a QProxyStyle object for overriding behavior in the base style specified by style \a key, or in the current - \l{QApplication::style}{application style} if the specified + \l{QApplication::style()}{application style} if the specified style \a key is unrecognized. \sa QStyleFactory::create() -- cgit v1.2.3