mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 20:44:28 +00:00
bruh, welp here we go again
This commit is contained in:
parent
cb90d2f6c7
commit
4ae7ce8cd0
@ -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…
Reference in New Issue
Block a user