summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayoutitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qlayoutitem.cpp')
-rw-r--r--src/widgets/kernel/qlayoutitem.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/kernel/qlayoutitem.cpp b/src/widgets/kernel/qlayoutitem.cpp
index a99ea77ce2..259af8a5e8 100644
--- a/src/widgets/kernel/qlayoutitem.cpp
+++ b/src/widgets/kernel/qlayoutitem.cpp
@@ -366,8 +366,8 @@ QWidget *QWidgetItem::widget()
}
/*!
- Returns true if this layout's preferred height depends on its
- width; otherwise returns false. The default implementation returns
+ Returns \c true if this layout's preferred height depends on its
+ width; otherwise returns \c false. The default implementation returns
false.
Reimplement this function in layout managers that support height
@@ -668,7 +668,7 @@ QSize QWidgetItem::sizeHint() const
}
/*!
- Returns true.
+ Returns \c true.
*/
bool QSpacerItem::isEmpty() const
{
@@ -676,7 +676,7 @@ bool QSpacerItem::isEmpty() const
}
/*!
- Returns true if the widget is hidden; otherwise returns false.
+ Returns \c true if the widget is hidden; otherwise returns \c false.
\sa QWidget::isHidden()
*/