mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Fix some more issues found by clazy.
Change-Id: I0a1a849ecea4b4666b08ccb050eb17918e90a258
This commit is contained in:
parent
7dffbd84af
commit
f53f1fbafa
10 changed files with 23 additions and 40 deletions
|
|
@ -600,7 +600,8 @@ void SelectiveInstallWidget::installThemes(void)
|
|||
if(m_themesinstaller == nullptr)
|
||||
m_themesinstaller = new ThemesInstallWindow(this);
|
||||
|
||||
connect(m_themesinstaller, SIGNAL(done(bool)), this, SLOT(continueInstall(bool)));
|
||||
connect(m_themesinstaller, &ThemesInstallWindow::done,
|
||||
this, &SelectiveInstallWidget::continueInstall);
|
||||
m_themesinstaller->setLogger(m_logger);
|
||||
m_themesinstaller->setModal(true);
|
||||
m_themesinstaller->install();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue