Skip to content

Commit

Permalink
reorder a single argument :)
Browse files Browse the repository at this point in the history
  • Loading branch information
apa420 committed Feb 7, 2025
1 parent 8d67517 commit 0bd96ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/settingspages/KeyboardSettingsPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ KeyboardSettingsPage::KeyboardSettingsPage()
});

QObject::connect(view_->getTableView(), &QTableView::doubleClicked,
[model, view](const QModelIndex &clicked) {
[view, model](const QModelIndex &clicked) {
tableCellClicked(clicked, view, model);
});

Expand Down

0 comments on commit 0bd96ce

Please sign in to comment.