QtSupport: Remove unused BaseQtVersion::recheckDumper

Those were the days.

Change-Id: Ie2c0c2f394c9c2f881151c5c8d2b07181dc059fa
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-08-22 13:29:46 +02:00
parent 5808ee9569
commit 297410ba4e
2 changed files with 0 additions and 6 deletions

View File

@@ -1571,11 +1571,6 @@ QString BaseQtVersion::qmlDumpTool(bool debugVersion) const
return QmlDumpTool::toolForQtPaths(qtInstallBins, debugVersion);
}
void BaseQtVersion::recheckDumper()
{
d->m_versionInfoUpToDate = false;
}
Tasks BaseQtVersion::reportIssuesImpl(const QString &proFile, const QString &buildDir) const
{
Q_UNUSED(proFile)

View File

@@ -176,7 +176,6 @@ public:
Q_DECLARE_FLAGS(QmakeBuildConfigs, QmakeBuildConfig)
virtual QmakeBuildConfigs defaultBuildConfig() const;
virtual void recheckDumper();
/// Check a .pro-file/Qt version combination on possible issues
/// @return a list of tasks, ordered on severity (errors first, then