From 85529b030acc09f72c4681946bd526b4b62bc242 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 31 Aug 2011 14:01:46 +0200 Subject: [PATCH] RemoteLinux: Don't show message box on remote process crash. Apparently people find that annoying. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=280162 Change-Id: Ia0cec0ef49fb0c6af48933e9a0f1caf890dc4bdc Reviewed-on: http://codereview.qt.nokia.com/3964 Reviewed-by: Qt Sanity Bot Reviewed-by: Eike Ziller --- src/plugins/remotelinux/remotelinuxruncontrol.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/remotelinux/remotelinuxruncontrol.cpp b/src/plugins/remotelinux/remotelinuxruncontrol.cpp index 67dd6c3d007..aa0abc1cb2a 100644 --- a/src/plugins/remotelinux/remotelinuxruncontrol.cpp +++ b/src/plugins/remotelinux/remotelinuxruncontrol.cpp @@ -38,8 +38,6 @@ #include #include -#include - using namespace ProjectExplorer; namespace RemoteLinux { @@ -135,7 +133,6 @@ void AbstractRemoteLinuxRunControl::handleError(const QString &errString) { stop(); appendMessage(errString, Utils::ErrorMessageFormat); - QMessageBox::critical(0, tr("Remote Execution Failure"), errString); } void AbstractRemoteLinuxRunControl::setFinished()