summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qitemdelegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/itemviews/qitemdelegate.cpp')
-rw-r--r--src/widgets/itemviews/qitemdelegate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/itemviews/qitemdelegate.cpp b/src/widgets/itemviews/qitemdelegate.cpp
index 3e34568a12..0b654a7485 100644
--- a/src/widgets/itemviews/qitemdelegate.cpp
+++ b/src/widgets/itemviews/qitemdelegate.cpp
@@ -1146,8 +1146,8 @@ QRect QItemDelegate::textRectangle(QPainter * /*painter*/, const QRect &rect,
/*!
\fn bool QItemDelegate::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