diff --git a/src/plugins/projectexplorer/devicesupport/deviceprocesslist.cpp b/src/plugins/projectexplorer/devicesupport/deviceprocesslist.cpp index fcdf87abf44..f0087dc3ae2 100644 --- a/src/plugins/projectexplorer/devicesupport/deviceprocesslist.cpp +++ b/src/plugins/projectexplorer/devicesupport/deviceprocesslist.cpp @@ -159,7 +159,6 @@ void DeviceProcessList::handleRemoteProcessFinished(int exitStatus) case SshRemoteProcess::NormalExit: if (d->process.processExitCode() == 0) { if (d->state == Listing) { - beginResetModel(); const QByteArray remoteStdout = d->process.readAllStandardOutput(); QList processes = d->device->buildProcessList(QString::fromUtf8(remoteStdout.data(), remoteStdout.count()));