forked from qt-creator/qt-creator
projectexplorer: remove unmatched beginResetModel
Change-Id: I43a5b8eb0d2723bbe58c4d75b2ede5b4d5990e53 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -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<DeviceProcess> processes = d->device->buildProcessList(QString::fromUtf8(remoteStdout.data(),
|
||||
remoteStdout.count()));
|
||||
|
Reference in New Issue
Block a user