forked from len0rd/rockbox
rbutil: Modernize connect() calls.
Auto fixed by clazy. Change-Id: Ib7cce8c0a85f8f915263980bf5d2508a4b19bbe3
This commit is contained in:
parent
dce2ccdd96
commit
6ff75b475c
13 changed files with 109 additions and 110 deletions
|
@ -121,7 +121,6 @@ void BootloaderInstallImx::installStage2(void)
|
|||
m_tempfile.close();
|
||||
m_patchedFile.close();
|
||||
connect(m_thread, &QThread::finished, this, &BootloaderInstallImx::installStage3);
|
||||
connect(m_thread, SIGNAL(terminated()), this, SLOT(installStage3()));
|
||||
m_thread->start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue