Remove call to stopHelper. It is no longer necessary.

This commit is contained in:
Andrius Štikonas 2020-10-09 00:55:40 +01:00
parent 9cbcbe061d
commit ed84b9762c
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ void MainWindow::closeEvent(QCloseEvent* event)
saveConfig();
KXmlGuiWindow::closeEvent(event);
ExternalCommand::stopHelper();
delete m_ApplyProgressDialog;
}