From 1dc517abc688f6cf20bdc75e8a4ff2dda86b5d70 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 20 Sep 2012 16:57:49 +0200 Subject: Documentation fixes. Change-Id: I2e234ec4307bbe39359cdfa8b13e86661dad43b6 Reviewed-by: Gabriel de Dietrich --- src/widgets/kernel/qsizepolicy.qdoc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/widgets/kernel/qsizepolicy.qdoc') diff --git a/src/widgets/kernel/qsizepolicy.qdoc b/src/widgets/kernel/qsizepolicy.qdoc index 0e08732d3e..e1a941b3d6 100644 --- a/src/widgets/kernel/qsizepolicy.qdoc +++ b/src/widgets/kernel/qsizepolicy.qdoc @@ -145,19 +145,6 @@ \sa setHorizontalStretch(), setVerticalStretch() */ -/*! - \fn QSizePolicy::QSizePolicy(Policy horizontal, Policy vertical) - - Constructs a QSizePolicy object with the given \a horizontal and - \a vertical policies, and DefaultType as the control type. - - Use setHeightForWidth() if the preferred height of the widget is - dependent on the width of the widget (for example, a QLabel with - line wrapping). - - \sa setHorizontalStretch(), setVerticalStretch() -*/ - /*! \fn QSizePolicy::QSizePolicy(Policy horizontal, Policy vertical, ControlType type) \since 4.3 -- cgit v1.2.3