diff options
Diffstat (limited to 'src/widgets/kernel/qboxlayout.cpp')
| -rw-r--r-- | src/widgets/kernel/qboxlayout.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/kernel/qboxlayout.cpp b/src/widgets/kernel/qboxlayout.cpp index 312297fd603..18367aad1b6 100644 --- a/src/widgets/kernel/qboxlayout.cpp +++ b/src/widgets/kernel/qboxlayout.cpp @@ -934,7 +934,7 @@ void QBoxLayout::insertLayout(int index, QLayout *layout, int stretch) If the stretch factor is 0 and nothing else in the QBoxLayout has a stretch factor greater than zero, the space is distributed - according to the QWidget:sizePolicy() of each widget that's + according to the QWidget::sizePolicy() of each widget that's involved. The alignment is specified by \a alignment. The default alignment @@ -1008,7 +1008,7 @@ void QBoxLayout::addSpacerItem(QSpacerItem *spacerItem) If the stretch factor is 0 and nothing else in the QBoxLayout has a stretch factor greater than zero, the space is distributed - according to the QWidget:sizePolicy() of each widget that's + according to the QWidget::sizePolicy() of each widget that's involved. The alignment is specified by \a alignment. The default |
