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:
Daniel Molkentin
2009-07-20 14:24:41 +02:00
parent fa93352149
commit 6446b87992

View File

@@ -372,9 +372,9 @@ void QtVersionManager::setNewQtVersions(QList<QtVersion *> newVersions, int newD
emit qtVersionsChanged();
if (emitDefaultChanged) {
emit defaultQtVersionChanged();
updateExamples();
}
updateExamples();
writeVersionsIntoSettings();
}