forked from qt-creator/qt-creator
QtSupport: Remove QtVersionManager::updateDumpFor()
Never called anymore. Change-Id: I9a017897fcc763b656290c60294e1614a4a89561 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -483,15 +483,6 @@ static void updateDocumentation()
|
||||
Core::HelpManager::registerDocumentation(files);
|
||||
}
|
||||
|
||||
void QtVersionManager::updateDumpFor(const FileName &qmakeCommand)
|
||||
{
|
||||
foreach (BaseQtVersion *v, versions()) {
|
||||
if (v->qmakeCommand() == qmakeCommand)
|
||||
v->recheckDumper();
|
||||
}
|
||||
emit dumpUpdatedFor(qmakeCommand);
|
||||
}
|
||||
|
||||
int QtVersionManager::getUniqueId()
|
||||
{
|
||||
return m_idcount++;
|
||||
|
@@ -71,9 +71,6 @@ signals:
|
||||
void qtVersionsChanged(const QList<int> &addedIds, const QList<int> &removedIds, const QList<int> &changedIds);
|
||||
void qtVersionsLoaded();
|
||||
|
||||
public slots:
|
||||
void updateDumpFor(const Utils::FileName &qmakeCommand);
|
||||
|
||||
private:
|
||||
void updateFromInstaller(bool emitSignal = true);
|
||||
void triggerQtVersionRestore();
|
||||
|
Reference in New Issue
Block a user