summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qsizepolicy.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-09-20 16:57:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 19:59:55 +0200
commit1dc517abc688f6cf20bdc75e8a4ff2dda86b5d70 (patch)
treea691cc353be72de96728f44e910e4a3ff7cebb10 /src/widgets/kernel/qsizepolicy.qdoc
parenteed5be6fcdb06d372c87aa61a7cbba6b78b8d965 (diff)
Documentation fixes.
Change-Id: I2e234ec4307bbe39359cdfa8b13e86661dad43b6 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/widgets/kernel/qsizepolicy.qdoc')
-rw-r--r--src/widgets/kernel/qsizepolicy.qdoc13
1 files changed, 0 insertions, 13 deletions
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
@@ -146,19 +146,6 @@
*/
/*!
- \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