From ad97aba452ed7d3dbd3c9d437c59c14b2ae0661b Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 10 May 2012 13:10:23 +0200 Subject: Doc: Fix \sa usage Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Casper van Donderen --- src/gui/util/qvalidator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/util/qvalidator.cpp') diff --git a/src/gui/util/qvalidator.cpp b/src/gui/util/qvalidator.cpp index 84a5b4c54c..f0d795b57d 100644 --- a/src/gui/util/qvalidator.cpp +++ b/src/gui/util/qvalidator.cpp @@ -248,7 +248,7 @@ QLocale QValidator::locale() const locale set with QLocale::setDefault(). If a default locale has not been set, it is the operating system's locale. - \sa locale() QLocale::setDefault() + \sa locale(), QLocale::setDefault() */ void QValidator::setLocale(const QLocale &locale) { -- cgit v1.2.3