forked from qt-creator/qt-creator
ProcessInterface: Rename interruptProcess() -> interrupt()
Both functionalities meant to do the same. Change-Id: Idd9373cdb24b7b41f9e4befb09326c339263eeb1 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -182,10 +182,10 @@ void TerminalRunner::kickoffProcess()
|
||||
m_stubProc->kickoffProcess();
|
||||
}
|
||||
|
||||
void TerminalRunner::interruptProcess()
|
||||
void TerminalRunner::interrupt()
|
||||
{
|
||||
if (m_stubProc)
|
||||
m_stubProc->interruptProcess();
|
||||
m_stubProc->interrupt();
|
||||
}
|
||||
|
||||
void TerminalRunner::start()
|
||||
|
||||
Reference in New Issue
Block a user