forked from qt-creator/qt-creator
AndroidDeployQtStep: Run in separate thread
Fixes the inconsistent state from Task-number: QTCREATORBUG-10710 Change-Id: Ifabb1eef4b81e6d33244fd7af8becc453dd66669 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -107,6 +107,8 @@ public:
|
||||
QString inputFile() const;
|
||||
void setInputFile(const QString &file);
|
||||
|
||||
bool runInGuiThread() const;
|
||||
|
||||
signals:
|
||||
// also on purpose emitted if the possible values of this changed
|
||||
void inputFileChanged();
|
||||
|
||||
Reference in New Issue
Block a user