forked from qt-creator/qt-creator
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:
@@ -1571,11 +1571,6 @@ QString BaseQtVersion::qmlDumpTool(bool debugVersion) const
|
|||||||
return QmlDumpTool::toolForQtPaths(qtInstallBins, debugVersion);
|
return QmlDumpTool::toolForQtPaths(qtInstallBins, debugVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
void BaseQtVersion::recheckDumper()
|
|
||||||
{
|
|
||||||
d->m_versionInfoUpToDate = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
Tasks BaseQtVersion::reportIssuesImpl(const QString &proFile, const QString &buildDir) const
|
Tasks BaseQtVersion::reportIssuesImpl(const QString &proFile, const QString &buildDir) const
|
||||||
{
|
{
|
||||||
Q_UNUSED(proFile)
|
Q_UNUSED(proFile)
|
||||||
|
@@ -176,7 +176,6 @@ public:
|
|||||||
Q_DECLARE_FLAGS(QmakeBuildConfigs, QmakeBuildConfig)
|
Q_DECLARE_FLAGS(QmakeBuildConfigs, QmakeBuildConfig)
|
||||||
|
|
||||||
virtual QmakeBuildConfigs defaultBuildConfig() const;
|
virtual QmakeBuildConfigs defaultBuildConfig() const;
|
||||||
virtual void recheckDumper();
|
|
||||||
|
|
||||||
/// Check a .pro-file/Qt version combination on possible issues
|
/// Check a .pro-file/Qt version combination on possible issues
|
||||||
/// @return a list of tasks, ordered on severity (errors first, then
|
/// @return a list of tasks, ordered on severity (errors first, then
|
||||||
|
Reference in New Issue
Block a user