summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/base
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/base')
-rw-r--r--utils/rbutilqt/base/bootloaderinstallimx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/rbutilqt/base/bootloaderinstallimx.cpp b/utils/rbutilqt/base/bootloaderinstallimx.cpp
index 7428cf10c8..87f5d9de63 100644
--- a/utils/rbutilqt/base/bootloaderinstallimx.cpp
+++ b/utils/rbutilqt/base/bootloaderinstallimx.cpp
@@ -121,7 +121,6 @@ void BootloaderInstallImx::installStage2(void)
121 m_tempfile.close(); 121 m_tempfile.close();
122 m_patchedFile.close(); 122 m_patchedFile.close();
123 connect(m_thread, &QThread::finished, this, &BootloaderInstallImx::installStage3); 123 connect(m_thread, &QThread::finished, this, &BootloaderInstallImx::installStage3);
124 connect(m_thread, SIGNAL(terminated()), this, SLOT(installStage3()));
125 m_thread->start(); 124 m_thread->start();
126} 125}
127 126