diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2026-04-09 13:16:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 13:16:16 +0200 |
| commit | 662f0332950e5f93518ea2ed24a681e22d1eda88 (patch) | |
| tree | 58a2fc2db84c20590f5846b3e68acdfb09c065a2 /src/downloadlistview.cpp | |
| parent | 2043d9931cb9baf1eef23240ea6061fc40fee67d (diff) | |
[pre-commit.ci] Pre-commit autoupdate. (#2357)
* [pre-commit.ci] Pre-commit autoupdate.
updates:
- [github.com/pre-commit/mirrors-clang-format: v21.1.8 → v22.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.8...v22.1.2)
* [pre-commit.ci] Auto fixes from pre-commit.com hooks.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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); |
