diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbwidgets/itemviews/hbindexfeedback.cpp --- a/src/hbwidgets/itemviews/hbindexfeedback.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbwidgets/itemviews/hbindexfeedback.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -82,7 +82,7 @@ Index feedback will be the first letter of the contents of Hb::IndexFeedbackRole cast as a string. It will be displayed using a larger font centered over the list. - Recomended use is for alphabetically sorted lists. + Recommended use is for alphabetically sorted lists. */ /*! @@ -92,7 +92,7 @@ Hb::IndexFeedbackRole cast as a string. It will be displayed using a larger font centered over the list. - Recomended us is for month abreviations. + Recommended us is for month abreviations. */ /*! @@ -236,7 +236,9 @@ return d->mItemView; } -/* +/*! + \reimp + A scene event filter. It's purpose is to call calculatePopupRects on a resize event for the item view. */ @@ -251,7 +253,9 @@ return QGraphicsItem::sceneEventFilter(watched, ev); } -/* +/*! + \reimp + Rather than adding signals to HbScrollBar specifically to implement index feedback, an event filter is used.