[Qt] style adjustments 1

mainly move { to newline
get rid of some lines here, add some lines there
This commit is contained in:
Megamouse 2017-09-05 22:16:22 +02:00 committed by Ani
parent 4558f93f92
commit 205f6a9000
28 changed files with 251 additions and 114 deletions

View file

@ -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));
};