mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28:45 +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() {
|
void KBMSettings::ButtonConnects() {
|
||||||
for (auto& button : ButtonsList) {
|
for (auto& button : ButtonsList) {
|
||||||
connect(button, &QPushButton::clicked, this, [this, &button]() { StartTimer(button); });
|
connect(button, &QPushButton::clicked, this, [this, &button]() { StartTimer(button); });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue