diff options
Diffstat (limited to 'src/plugins/qtsupport/qtversionmanager.cpp')
| -rw-r--r-- | src/plugins/qtsupport/qtversionmanager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/qtsupport/qtversionmanager.cpp b/src/plugins/qtsupport/qtversionmanager.cpp index 8195f8deda..a259363c17 100644 --- a/src/plugins/qtsupport/qtversionmanager.cpp +++ b/src/plugins/qtsupport/qtversionmanager.cpp @@ -131,7 +131,6 @@ void QtVersionManager::extensionsInitialized() // and add it to the qt versions findSystemQt(); } - updateDocumentation(); updateSettings(); saveQtVersions(); @@ -429,8 +428,7 @@ bool QtVersionManager::legacyRestore() } s->endArray(); - // TODO add removal of old settings - // s->remove(QtVersionsSectionName); + s->remove(QtVersionsSectionName); return true; } |
