mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
rbutil: Modernize connect() calls.
Auto fixed by clazy. Change-Id: Iea16d892fd81c151f0081f7476acc5eda62afc25
This commit is contained in:
parent
9f3d6e47e7
commit
1ad4faa334
9 changed files with 33 additions and 34 deletions
|
|
@ -28,7 +28,7 @@ Changelog::Changelog(QWidget *parent) : QDialog(parent)
|
|||
ui.browserChangelog->setHtml(parseChangelogFile(":/docs/changelog.txt"));
|
||||
ui.browserChangelog->moveCursor(QTextCursor::End, QTextCursor::MoveAnchor);
|
||||
ui.checkBoxShowAlways->setChecked(RbSettings::value(RbSettings::ShowChangelog).toBool());
|
||||
connect(ui.buttonOk, SIGNAL(clicked()), this, SLOT(accept()));
|
||||
connect(ui.buttonOk, &QAbstractButton::clicked, this, &Changelog::accept);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue