forked from qt-creator/qt-creator
ClearCase: Support systems without external diff
CC's internal diff is worthless, just disable multiple files actions Change-Id: Ia8541e6edc6582777fc141da849819a5a11543b6 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
b9c58161e4
commit
856b7f15ab
@@ -98,6 +98,7 @@ void ClearCaseSettings::fromSettings(QSettings *settings)
|
||||
promptToCheckIn = settings->value(QLatin1String(promptToCheckInKeyC), false).toBool();
|
||||
disableIndexer = settings->value(QLatin1String(disableIndexerKeyC), false).toBool();
|
||||
indexOnlyVOBs = settings->value(QLatin1String(indexOnlyVOBsC), QString()).toString();
|
||||
extDiffAvailable = !Utils::Environment::systemEnvironment().searchInPath(QLatin1String("diff")).isEmpty();
|
||||
settings->beginGroup(QLatin1String(totalFilesKeyC));
|
||||
foreach (const QString &view, settings->childKeys())
|
||||
totalFiles[view] = settings->value(view).toInt();
|
||||
|
||||
Reference in New Issue
Block a user