aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/qt4projectmanager/qt-maemo/maemoremotemounter.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemoremotemounter.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemoremotemounter.cpp
index 3aca439313..11ad3ab24e 100644
--- a/src/plugins/qt4projectmanager/qt-maemo/maemoremotemounter.cpp
+++ b/src/plugins/qt4projectmanager/qt-maemo/maemoremotemounter.cpp
@@ -240,9 +240,8 @@ void MaemoRemoteMounter::handleUploadFinished(Core::SftpJobId jobId,
m_uploadJobId = SftpInvalidJob;
if (!errorMsg.isEmpty()) {
- emit error(tr("Could not upload UTFS client: %1").arg(errorMsg));
- setState(Inactive);
- return;
+ emit reportProgress(tr("Could not upload UTFS client (%1), continuing anyway.")
+ .arg(errorMsg));
}
startUtfsClients();