forked from qt-creator/qt-creator
ProjectExplorer: Use a data member for BuildStep::runInGuiThread
Change-Id: Ia219fcf595c05c6f1b82f420454bd906c6870ee7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -569,11 +569,6 @@ void AndroidDeployQtStep::setUninstallPreviousPackage(bool uninstall)
|
||||
m_uninstallPreviousPackage = uninstall;
|
||||
}
|
||||
|
||||
bool AndroidDeployQtStep::runInGuiThread() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
AndroidDeployQtStep::UninstallType AndroidDeployQtStep::uninstallPreviousPackage()
|
||||
{
|
||||
if (QtSupport::QtKitInformation::qtVersion(target()->kit())->qtVersion() < QtSupport::QtVersionNumber(5, 4, 0))
|
||||
|
||||
Reference in New Issue
Block a user