diff --git a/src/widget/wlibrarytableview.cpp b/src/widget/wlibrarytableview.cpp index b520f07cc5d..2bd97f5dbff 100644 --- a/src/widget/wlibrarytableview.cpp +++ b/src/widget/wlibrarytableview.cpp @@ -311,8 +311,8 @@ QModelIndex WLibraryTableView::moveCursor(CursorAction cursorAction, } } } break; - // By default the home and end keys move to the first and last column - // rather than the first and last row + // Make the home and end keys move to the first and last row rather than + // the first and last column (QAbstractItemView default) case QAbstractItemView::MoveHome: case QAbstractItemView::MoveEnd: { const QModelIndex current = currentIndex();