summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-08-31 14:01:46 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-09-01 13:15:12 +0200
commit85529b030acc09f72c4681946bd526b4b62bc242 (patch)
tree667196e569d8c7aba77217aed2727844f4552015
parentf7de570fa3c46c1b7c9fff4a917921a1c81955f8 (diff)
downloadqt-creator-85529b030acc09f72c4681946bd526b4b62bc242.tar.gz
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 <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
-rw-r--r--src/plugins/remotelinux/remotelinuxruncontrol.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/remotelinuxruncontrol.cpp b/src/plugins/remotelinux/remotelinuxruncontrol.cpp
index 67dd6c3d00..aa0abc1cb2 100644
--- a/src/plugins/remotelinux/remotelinuxruncontrol.cpp
+++ b/src/plugins/remotelinux/remotelinuxruncontrol.cpp
@@ -38,8 +38,6 @@
#include <projectexplorer/projectexplorerconstants.h>
#include <utils/qtcassert.h>
-#include <QtGui/QMessageBox>
-
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()