forked from qt-creator/qt-creator
Android: Remove AndroidConfig::updateDependenciesConfig()
Not used. Amends f46099d21e.
Change-Id: Ib943549f4a2171d8a1fe11c8f8aa303e6ddb8f16
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1004,11 +1004,6 @@ QStringList AndroidConfig::defaultEssentials() const
|
|||||||
return m_defaultSdkDepends.essentialPackages + m_commonEssentialPkgs;
|
return m_defaultSdkDepends.essentialPackages + m_commonEssentialPkgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AndroidConfig::updateDependenciesConfig()
|
|
||||||
{
|
|
||||||
parseDependenciesJson();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool SdkForQtVersions::containsVersion(const QtVersionNumber &qtVersion) const
|
bool SdkForQtVersions::containsVersion(const QtVersionNumber &qtVersion) const
|
||||||
{
|
{
|
||||||
return versions.contains(qtVersion)
|
return versions.contains(qtVersion)
|
||||||
|
|||||||
@@ -135,7 +135,6 @@ public:
|
|||||||
QStringList defaultEssentials() const;
|
QStringList defaultEssentials() const;
|
||||||
QStringList essentialsFromQtVersion(const QtSupport::BaseQtVersion &version) const;
|
QStringList essentialsFromQtVersion(const QtSupport::BaseQtVersion &version) const;
|
||||||
QStringList allEssentials() const;
|
QStringList allEssentials() const;
|
||||||
void updateDependenciesConfig();
|
|
||||||
|
|
||||||
Utils::FilePath openJDKLocation() const;
|
Utils::FilePath openJDKLocation() const;
|
||||||
void setOpenJDKLocation(const Utils::FilePath &openJDKLocation);
|
void setOpenJDKLocation(const Utils::FilePath &openJDKLocation);
|
||||||
|
|||||||
Reference in New Issue
Block a user