forked from qt-creator/qt-creator
Get rid of no-op calls to QtcProcess::kill()
Leave the work for implicit ProcessReaper. Change-Id: Ie01c4e996fda18b7cee77851394174556c6f3857 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -72,11 +72,10 @@ private:
|
||||
void acceptCommand(ChangeCommand command);
|
||||
|
||||
void enableButtons(bool b);
|
||||
void terminateProcess();
|
||||
|
||||
Ui::ChangeSelectionDialog *m_ui;
|
||||
|
||||
Utils::QtcProcess *m_process = nullptr;
|
||||
std::unique_ptr<Utils::QtcProcess> m_process;
|
||||
Utils::FilePath m_gitExecutable;
|
||||
Utils::Environment m_gitEnvironment;
|
||||
ChangeCommand m_command = NoCommand;
|
||||
|
||||
Reference in New Issue
Block a user