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
|
||||
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;
|
||||
|
Reference in New Issue
Block a user