forked from qt-creator/qt-creator
Maemo: Make sure deploying stops when build step thread finishes.
This is important for the "canceled" case and doesn't hurt otherwise.
This commit is contained in:
@@ -74,6 +74,7 @@ signals:
|
||||
|
||||
private slots:
|
||||
void start();
|
||||
void stop();
|
||||
void handleConnected();
|
||||
void handleConnectionFailure();
|
||||
void handleSftpChannelInitialized();
|
||||
@@ -95,7 +96,6 @@ private:
|
||||
virtual bool fromMap(const QVariantMap &map);
|
||||
|
||||
void ctor();
|
||||
void stop();
|
||||
void raiseError(const QString &error);
|
||||
void writeOutput(const QString &text,
|
||||
const QTextCharFormat &format = QTextCharFormat());
|
||||
|
||||
Reference in New Issue
Block a user