mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
bruh, welp here we go again
This commit is contained in:
parent
cb90d2f6c7
commit
4ae7ce8cd0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ tr("Do you want to overwrite existing mappings with the mappings from the Common
|
|||
}
|
||||
|
||||
void KBMSettings::ButtonConnects() {
|
||||
for (auto& button : ButtonsList) {
|
||||
for (auto& button : ButtonsList) {
|
||||
connect(button, &QPushButton::clicked, this, [this, &button]() { StartTimer(button); });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue