summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qboxlayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qboxlayout.cpp')
-rw-r--r--src/widgets/kernel/qboxlayout.cpp36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/widgets/kernel/qboxlayout.cpp b/src/widgets/kernel/qboxlayout.cpp
index 66e887a078..5e88e8f324 100644
--- a/src/widgets/kernel/qboxlayout.cpp
+++ b/src/widgets/kernel/qboxlayout.cpp
@@ -1087,12 +1087,6 @@ void QBoxLayout::addStrut(int size)
}
/*!
- \fn int QBoxLayout::findWidget(QWidget *widget)
-
- Use indexOf(\a widget) instead.
-*/
-
-/*!
Sets the stretch factor for \a widget to \a stretch and returns
true if \a widget is found in this layout (not including child
layouts); otherwise returns false.
@@ -1350,34 +1344,4 @@ QVBoxLayout::~QVBoxLayout()
{
}
-/*!
- \fn QWidget *QLayout::mainWidget() const
-
- Use parentWidget() instead.
-*/
-
-/*!
- \fn void QLayout::remove(QWidget *widget)
-
- Use removeWidget(\a widget) instead.
-*/
-
-/*!
- \fn void QLayout::add(QWidget *widget)
-
- Use addWidget(\a widget) instead.
-*/
-
-/*!
- \fn QLayoutIterator QLayout::iterator()
-
- Use a QLayoutIterator() constructor instead.
-*/
-
-/*!
- \fn int QLayout::defaultBorder() const
-
- Use spacing() instead.
-*/
-
QT_END_NAMESPACE