summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp')
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp b/rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp
index c9cbd91abe..8b2ef97cd2 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallbspatch.cpp
@@ -110,7 +110,6 @@ void BootloaderInstallBSPatch::installStage2(void)
110 m_tempfile.close(); 110 m_tempfile.close();
111 m_patchedFile.close(); 111 m_patchedFile.close();
112 connect(m_thread, SIGNAL(finished()), this, SLOT(installStage3())); 112 connect(m_thread, SIGNAL(finished()), this, SLOT(installStage3()));
113 connect(m_thread, SIGNAL(terminated()), this, SLOT(installStage3()));
114 m_thread->start(); 113 m_thread->start();
115} 114}
116 115