diff options
Diffstat (limited to 'src/downloadlistview.cpp')
| -rw-r--r-- | src/downloadlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadlistview.cpp b/src/downloadlistview.cpp index f2677523..d9ee5620 100644 --- a/src/downloadlistview.cpp +++ b/src/downloadlistview.cpp @@ -333,7 +333,7 @@ void DownloadListView::keyPressEvent(QKeyEvent* event) const int row = qobject_cast<QSortFilterProxyModel*>(model()) ->mapToSource(currentIndex()) .row(); - auto state = m_Manager->getState(row); + auto state = m_Manager->getState(row); if (state >= DownloadManager::STATE_READY) { if (event->key() == Qt::Key_Enter || event->key() == Qt::Key_Return) { issueInstall(row); |
