Skip to content
Snippets Groups Projects
Commit c8a34f05 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

QtVersion: Allow to clean up autodetected Qt versions


Task-number: QTCREATORBUG-8454

Change-Id: I5e883194abeac84a36523a23c2f588c7c52c1a2a
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 1329b92a
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ void QtOptionsPageWidget::cleanUpQtVersions()
{
QStringList toRemove;
foreach (const BaseQtVersion *v, m_versions) {
if (!v->isValid() && !v->isAutodetected())
if (!v->isValid())
toRemove.append(v->displayName());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment