doc: fix the shortcut for QListWidget::itemActivated
Task-number: QTBUG-49805 Change-Id: Ia7317e9c6ad5b5f6c17ff1e197ec690ebc20da3d Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>bb10
parent
7ee0415d27
commit
b1f553b68e
|
|
@ -1262,7 +1262,7 @@ void QListWidgetPrivate::_q_dataChanged(const QModelIndex &topLeft,
|
|||
activated when the user clicks or double clicks on it, depending on the
|
||||
system configuration. It is also activated when the user presses the
|
||||
activation key (on Windows and X11 this is the \uicontrol Return key, on Mac OS
|
||||
X it is \uicontrol{Ctrl+0}).
|
||||
X it is \uicontrol{Command+O}).
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue