forked from qt-creator/qt-creator
Don't create Welcome mode pages when there is no Welcome mode
Fixes creating these pages unnecessarily when the Welcome plugin is not loaded, as well as "leaking" them in that case. Reviewed-by: con
This commit is contained in:
@@ -227,7 +227,6 @@ void QtVersionManager::updateExamples()
|
||||
versions.append(m_versions);
|
||||
|
||||
QString examplesPath;
|
||||
QString docPath;
|
||||
QString demosPath;
|
||||
QtVersion *version = 0;
|
||||
// try to find a version which has both, demos and examples
|
||||
|
Reference in New Issue
Block a user