Merge branch '1.0.0'

Conflicts:
	src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
	src/plugins/debugger/gdbengine.cpp
This commit is contained in:
hjk
2009-02-17 17:56:18 +01:00
4 changed files with 15 additions and 4 deletions

View File

@@ -296,12 +296,13 @@ void QtVersionManager::updateSystemVersion()
foreach (QtVersion *version, m_versions) {
if (version->isSystemVersion()) {
version->setPath(findSystemQt());
version->setName(tr("Auto-detected Qt"));
haveSystemVersion = true;
}
}
if (haveSystemVersion)
return;
QtVersion *version = new QtVersion(tr("System Qt"),
QtVersion *version = new QtVersion(tr("Auto-detected Qt"),
findSystemQt(),
getUniqueId(),
true);