forked from qt-creator/qt-creator
Vcs: Standardize on second based timeouts
Change-Id: Ia273fda05a4c4a1934819f26e5dc1b6b80a89f6f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -63,17 +63,16 @@ using namespace ClearCase::Internal;
|
||||
|
||||
ClearCaseSettings::ClearCaseSettings() :
|
||||
ccCommand(defaultCommand()),
|
||||
historyCount(defaultHistoryCount),
|
||||
timeOutS(defaultTimeOutS),
|
||||
diffType(GraphicalDiff),
|
||||
diffArgs(QLatin1String(defaultDiffArgs)),
|
||||
autoAssignActivityName(true),
|
||||
autoCheckOut(true),
|
||||
promptToCheckIn(false),
|
||||
disableIndexer(false),
|
||||
extDiffAvailable(false)
|
||||
{
|
||||
}
|
||||
extDiffAvailable(false),
|
||||
historyCount(defaultHistoryCount),
|
||||
timeOutS(defaultTimeOutS)
|
||||
{ }
|
||||
|
||||
void ClearCaseSettings::fromSettings(QSettings *settings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user