forked from qt-creator/qt-creator
Maemo: Fix deployment signal handling.
This commit is contained in:
@@ -509,6 +509,7 @@ void MaemoDeployStep::handleMountError(const QString &errorMsg)
|
||||
case UnmountingOldDirs:
|
||||
case UnmountingCurrentDirs:
|
||||
case UnmountingCurrentMounts:
|
||||
case Mounting:
|
||||
case StopRequested:
|
||||
raiseError(errorMsg);
|
||||
setState(Inactive);
|
||||
@@ -528,6 +529,7 @@ void MaemoDeployStep::handleMountDebugOutput(const QString &output)
|
||||
case UnmountingOldDirs:
|
||||
case UnmountingCurrentDirs:
|
||||
case UnmountingCurrentMounts:
|
||||
case Mounting:
|
||||
case StopRequested:
|
||||
writeOutput(output, ErrorOutput);
|
||||
break;
|
||||
@@ -728,6 +730,7 @@ void MaemoDeployStep::handleProgressReport(const QString &progressMsg)
|
||||
case UnmountingOldDirs:
|
||||
case UnmountingCurrentDirs:
|
||||
case UnmountingCurrentMounts:
|
||||
case Mounting:
|
||||
case StopRequested:
|
||||
writeOutput(progressMsg);
|
||||
break;
|
||||
|
||||
@@ -57,6 +57,7 @@ MaemoRemoteMounter::MaemoRemoteMounter(QObject *parent)
|
||||
{
|
||||
connect(m_utfsServerTimer, SIGNAL(timeout()), this,
|
||||
SLOT(handleUtfsServerTimeout()));
|
||||
m_utfsServerTimer->setSingleShot(true);
|
||||
}
|
||||
|
||||
MaemoRemoteMounter::~MaemoRemoteMounter()
|
||||
|
||||
Reference in New Issue
Block a user