forked from qt-creator/qt-creator
Update Example information not only when the default Qt version changed.
It may be that a non-default Qt version provides documentation even if the default one does not. Fixes: 257970
This commit is contained in:
@@ -372,9 +372,9 @@ void QtVersionManager::setNewQtVersions(QList<QtVersion *> newVersions, int newD
|
|||||||
emit qtVersionsChanged();
|
emit qtVersionsChanged();
|
||||||
if (emitDefaultChanged) {
|
if (emitDefaultChanged) {
|
||||||
emit defaultQtVersionChanged();
|
emit defaultQtVersionChanged();
|
||||||
updateExamples();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateExamples();
|
||||||
writeVersionsIntoSettings();
|
writeVersionsIntoSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user