mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
[Qt] style adjustments 1
mainly move { to newline get rid of some lines here, add some lines there
This commit is contained in:
parent
4558f93f92
commit
205f6a9000
28 changed files with 251 additions and 114 deletions
|
@ -169,7 +169,8 @@ void pad_settings_dialog::UpdateLabel()
|
|||
void pad_settings_dialog::UpdateTimerLabel(const u32 id)
|
||||
{
|
||||
// Lambda used to update label. The 47 is magical.
|
||||
auto UpdateLabel = [=](QPushButton* target) {
|
||||
auto UpdateLabel = [=](QPushButton* target)
|
||||
{
|
||||
target->setText(QString::number(m_seconds + 47));
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue