forked from qt-creator/qt-creator
ClearCase: WS-only change
Change-Id: I9ce7debe597776a709098935b2289df8accca54a Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -1483,11 +1483,11 @@ QString ClearCasePlugin::runCleartoolSync(const QString &workingDir,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ClearCaseResponse
|
ClearCaseResponse
|
||||||
ClearCasePlugin::runCleartool(const QString &workingDir,
|
ClearCasePlugin::runCleartool(const QString &workingDir,
|
||||||
const QStringList &arguments,
|
const QStringList &arguments,
|
||||||
int timeOut,
|
int timeOut,
|
||||||
unsigned flags,
|
unsigned flags,
|
||||||
QTextCodec *outputCodec) const
|
QTextCodec *outputCodec) const
|
||||||
{
|
{
|
||||||
const QString executable = m_settings.ccBinaryPath;
|
const QString executable = m_settings.ccBinaryPath;
|
||||||
ClearCaseResponse response;
|
ClearCaseResponse response;
|
||||||
|
Reference in New Issue
Block a user