ClearCase: Check if ClearCase command is executable

Change-Id: I8e873fcb1bdc3543a031a55b8e027a574a101752
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Knut Petter Svendsen
2013-10-11 14:26:59 +02:00
parent df520ac843
commit d3bef1b088

View File

@@ -379,6 +379,8 @@ bool ClearCasePlugin::initialize(const QStringList & /*arguments */, QString *er
m_settings.fromSettings(ICore::settings());
QTC_CHECK(QFileInfo(m_settings.ccBinaryPath).isExecutable());
// update view name when changing active project
if (ProjectExplorerPlugin *pe = ProjectExplorerPlugin::instance())
connect(pe, SIGNAL(currentProjectChanged(ProjectExplorer::Project*)),