From 812bad17df6ce33d01b5fdb2f57a104e2923dc52 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 29 Aug 2012 19:45:16 +0200 Subject: fix docs Change-Id: Id57b7932afb89fe9d3f4f6e6c3b558265475d77b Reviewed-by: Stephen Kelly Reviewed-by: Casper van Donderen --- src/corelib/tools/qsize.cpp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/corelib/tools/qsize.cpp') diff --git a/src/corelib/tools/qsize.cpp b/src/corelib/tools/qsize.cpp index 3cefb2dfcc..087fcc380c 100644 --- a/src/corelib/tools/qsize.cpp +++ b/src/corelib/tools/qsize.cpp @@ -219,8 +219,11 @@ void QSize::transpose() */ /*! - \overload - \since 5.0 + \overload + \since 5.0 + + Return a size scaled to a rectangle with the given size \a s, + according to the specified \a mode. */ QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const { @@ -648,8 +651,11 @@ void QSizeF::transpose() */ /*! - \overload - \since 5.0 + \overload + \since 5.0 + + Returns a size scaled to a rectangle with the given size \a s, + according to the specified \a mode. */ QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const { -- cgit v1.2.3