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:
@@ -493,6 +493,11 @@ void AndroidDeployQtStep::setInputFile(const QString &file)
|
|||||||
m_inputFile = file;
|
m_inputFile = file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool AndroidDeployQtStep::runInGuiThread() const
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bool AndroidDeployQtStep::verboseOutput() const
|
bool AndroidDeployQtStep::verboseOutput() const
|
||||||
{
|
{
|
||||||
return m_verbose;
|
return m_verbose;
|
||||||
|
|||||||
@@ -107,6 +107,8 @@ public:
|
|||||||
QString inputFile() const;
|
QString inputFile() const;
|
||||||
void setInputFile(const QString &file);
|
void setInputFile(const QString &file);
|
||||||
|
|
||||||
|
bool runInGuiThread() const;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
// also on purpose emitted if the possible values of this changed
|
// also on purpose emitted if the possible values of this changed
|
||||||
void inputFileChanged();
|
void inputFileChanged();
|
||||||
|
|||||||
Reference in New Issue
Block a user