mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Fixed typos, spelling correction
This commit is contained in:
parent
f5b0008158
commit
8ac83cfd42
31 changed files with 44 additions and 44 deletions
|
@ -546,7 +546,7 @@ void PropertiesWidget::displayFilesListMenu(const QPoint&) {
|
|||
}
|
||||
// Call menu
|
||||
const QAction *act = myFilesLlistMenu.exec(QCursor::pos());
|
||||
// The selected torrent might have dissapeared during exec()
|
||||
// The selected torrent might have disappeared during exec()
|
||||
// from the current view thus leaving invalid indices.
|
||||
const QModelIndex index = *(selectedRows.begin());
|
||||
if (!index.isValid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue