ClearCase: WS-only change

Change-Id: I9ce7debe597776a709098935b2289df8accca54a
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-01-26 11:53:34 +01:00
parent 6d035df0d5
commit 94f1196cc3

View File

@@ -1483,11 +1483,11 @@ QString ClearCasePlugin::runCleartoolSync(const QString &workingDir,
}
ClearCaseResponse
ClearCasePlugin::runCleartool(const QString &workingDir,
const QStringList &arguments,
int timeOut,
unsigned flags,
QTextCodec *outputCodec) const
ClearCasePlugin::runCleartool(const QString &workingDir,
const QStringList &arguments,
int timeOut,
unsigned flags,
QTextCodec *outputCodec) const
{
const QString executable = m_settings.ccBinaryPath;
ClearCaseResponse response;