summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qstyleditemdelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/itemviews/qstyleditemdelegate.cpp')
-rw-r--r--src/widgets/itemviews/qstyleditemdelegate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qstyleditemdelegate.cpp b/src/widgets/itemviews/qstyleditemdelegate.cpp
index c1fa9fe28e..c2aa630918 100644
--- a/src/widgets/itemviews/qstyleditemdelegate.cpp
+++ b/src/widgets/itemviews/qstyleditemdelegate.cpp
@@ -615,8 +615,8 @@ void QStyledItemDelegate::setItemEditorFactory(QItemEditorFactory *factory)
/*!
\fn bool QStyledItemDelegate::eventFilter(QObject *editor, QEvent *event)
- Returns true if the given \a editor is a valid QWidget and the
- given \a event is handled; otherwise returns false. The following
+ Returns \c true if the given \a editor is a valid QWidget and the
+ given \a event is handled; otherwise returns \c false. The following
key press events are handled by default:
\list