diff --git a/src/widget/wlibrarytableview.cpp b/src/widget/wlibrarytableview.cpp index 6acbcfdc74e..acfb238d897 100644 --- a/src/widget/wlibrarytableview.cpp +++ b/src/widget/wlibrarytableview.cpp @@ -314,8 +314,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();