forked from qt-creator/qt-creator
analyzer: merge start and startRemote partially
Change-Id: Iaa837f5bc696af7e71bbed128b9a5c8c46e512c7 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -76,12 +76,6 @@ void CallgrindRunner::start()
|
||||
m_controller->setValgrindProcess(valgrindProcess());
|
||||
}
|
||||
|
||||
void CallgrindRunner::startRemotely(const Utils::SshConnectionParameters &sshParams)
|
||||
{
|
||||
ValgrindRunner::startRemotely(sshParams);
|
||||
m_controller->setValgrindProcess(valgrindProcess());
|
||||
}
|
||||
|
||||
void CallgrindRunner::processFinished(int ret, QProcess::ExitStatus status)
|
||||
{
|
||||
triggerParse();
|
||||
|
||||
Reference in New Issue
Block a user